poke/README.md

109 lines
3.9 KiB
Markdown
Raw Normal View History

2023-08-04 23:28:25 +02:00
<h1 align="center">
2022-12-24 13:59:34 +01:00
<a href="https://poketube.fun/watch?v=9sJUDx7iEJw&quality=medium&=sjohgteojgytrueugtye4jhtytjrjnyıı">
2023-08-04 23:28:25 +02:00
<img src="https://poketube.fun/css/logo.svg" width="400">
</a>
</h1>
<div align="center">
[Welcome!](#welcome)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[No non-free codec needed](#no-non-free-codec-needed-3)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[Hosting Poketube~](#hosting-poketube)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[PokeTube community!](#poketube-community)&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;[The Legal Stuff (boring tbh)](#the-legal-stuff-boring-tbh)
2022-08-25 13:34:00 +02:00
2023-08-04 23:28:25 +02:00
<a href="https://tosdr.org/en/service/7114">
<img src="https://shields.tosdr.org/en_7114.svg"/>
</a>
<img src="https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg">
2023-10-17 17:33:09 +02:00
2023-08-04 23:28:25 +02:00
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-GPL--3-FF6666" alt="License - GPL-3"></a>
</div>
2023-08-04 23:28:25 +02:00
## Welcome!
2023-10-28 10:57:28 +02:00
This is the source code of PokeTube, the privacy-friendly youtube front-end built with the InnerTube API!
<h1>Features</h1>
<h3>Return Youtube Dislikes Built-in </h3>
<img src="https://autumn.revolt.chat/attachments/0JlGwlnJdMcQwc6qzoo2qpmMAOWbrYMZ9vDX50l80r/resim.png">
<p>See the dislikes from returnyoutubedislike!</p>
<h3>Customize</h3>
Customize Poketube However you want :3
<h3>PWA</h3>
Install PokeTube as a pwa on your mobile device :3
<h3>Accounts </h3>
Suscribe (yes Suscribe hehe sussy baka) to whaever channel you want!
<h3>Web Search </h3>
Search the web privatly on poketube :3
And more!!!!!
2023-10-07 11:55:21 +02:00
## Written by humans - not gpt
poketube is made by hard-working hoomans - not gpt :3<br>
2023-10-18 06:34:31 +02:00
<a href="https://notbyai.fyi"><img src="https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/Written-By-Human-Not-By-AI-Badge-white.svg?v=1696672202901" alt="Written by Humanss, Not by AI"></a>
2023-10-07 11:55:21 +02:00
2023-03-04 21:48:39 +01:00
## No Non-free codec needed :3
2023-08-04 23:28:25 +02:00
2023-03-04 21:48:39 +01:00
PokeTube uses openh264 which is free software! poketube does not inculude non free stuff owowowoow!!!!
2023-08-04 23:28:25 +02:00
you can view the source code of the openh264 codec in this repo :3 --> https://github.com/cisco/openh264.git
2023-03-04 21:49:27 +01:00
2023-03-07 20:57:11 +01:00
PLEASE NOTE THAT THIS SOFTWARE MAY INCULUDE CODECS THAT IN CERTAIN COUNTRIES MAY BE COVERED BY PATENTS OR HAVE LEGAL ISSUES. PATENT AND COPYRIGHT LAWS OPERATE DIFFERENTLY DEPENDING ON WHICH COUNTRY YOU ARE IN. PLEASE OBTAIN LEGAL ADVICE IF YOU ARE UNSURE WHETHER A PARTICULAR PATENT OR RESTRICTION APPLIES TO A CODEC YOU WISH TO USE IN YOUR COUNTRY.
## Hosting Poketube~
2023-08-04 23:28:25 +02:00
- To self host your own Poketube instance, you'll need the following:
2023-08-04 23:28:25 +02:00
- [Node.js](https://nodejs.org/en/download/)
- [npm](http://npmjs.com) (Included with Node.js)
2022-08-09 11:39:18 +02:00
Once you have everything, clone our repo:
2023-08-04 23:28:25 +02:00
```
2022-08-13 21:20:01 +02:00
git clone https://codeberg.org/ashley/poketube.git
```
2023-08-04 23:28:25 +02:00
You can also clone using our Github mirror if you'd prefer:
2023-08-04 23:28:25 +02:00
```
git clone https://github.com/ashley0143/poketube.git
```
Now, install the needed dependencies within the Poketube folder:
2023-08-04 23:28:25 +02:00
```
2022-08-06 16:11:23 +02:00
npm install
```
2023-08-04 23:28:25 +02:00
Once everythings installed, start your server with the following command:
2023-08-04 23:28:25 +02:00
```
node server.js
```
2023-03-05 06:48:43 +01:00
2023-08-04 23:28:25 +02:00
Congrats, Poketube should now be running on `localhost:3000`!
2022-07-19 21:59:19 +02:00
## PokeTube community!
2023-08-04 23:28:25 +02:00
Join the community on [revolt](https://rvlt.gg/poketube) :3
## The Legal Stuff (boring tbh)
2023-08-04 23:28:25 +02:00
[Code Of conduct](https://codeberg.org/Ashley/poketube/src/branch/main/CODE_OF_CONDUCT.md)
2023-03-07 20:57:11 +01:00
2023-08-04 23:28:25 +02:00
[Privacy Policy](https://poketube.fun/privacy)
2022-08-25 13:40:24 +02:00
2023-08-04 23:28:25 +02:00
TL;DR: we dont collect or share your personal info, that's it lol.
2023-08-04 23:28:25 +02:00
We additionally use the GNU Coding Standard, see [this link.](https://www.gnu.org/prep/standards)
2023-10-07 11:35:32 +02:00
2023-10-07 11:55:21 +02:00
<div>
2023-10-17 17:33:09 +02:00
<h3>some parts of poketube.fun is proudly hosted on glitch.com since <i>2020</i> </h3>
<a href="https://glitch.com/"><img src="https://cdn.glitch.global/d68d17bb-f2c0-4bc3-993f-50902734f652/glitch-fastly-lock-up.svg?v=1696671148266"></a><br><hr>
<a href="https://gnu.org/not-open-source"><img width="200" src="https://autumn.revolt.chat/attachments/eNpfwV2C1_wudONe43YCvWr-4vbvLpG78HbuXgOYfO"></a>
2023-10-07 11:55:21 +02:00
</div>
2023-10-17 17:33:09 +02:00