Youtube and Twitter with privacy.
This repository has been archived on 2022-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2020-10-05 16:58:01 +02:00
.circleci Add a CI for building dependencies. 2020-09-15 13:33:46 +05:30
.github Add support for multi-architecture Docker builds. 2020-10-02 00:37:32 +05:30
app Improve video extractor 2020-10-05 15:12:02 +02:00
youtube_data Fixes lives and scheduled videos errors 2020-10-05 16:58:01 +02:00
.dockerignore Add support for multi-architecture Docker builds. 2020-10-02 00:37:32 +05:30
.gitignore Add pseudo-caching to twitter feed 2020-10-01 11:21:53 +02:00
CHANGELOG.md Fix typo on update instructions that broke icons 2020-09-26 20:24:24 +02:00
config.py Fix config.py. 2020-09-08 12:30:43 +02:00
docker-compose.yml Fixes ytorg/Yotter#87 and removes redundant ports option 2020-10-01 19:20:57 +02:00
Dockerfile Fixes ytorg/Yotter#87 and removes redundant ports option 2020-10-01 19:20:57 +02:00
LICENSE Change license to AGPL 2020-09-07 22:19:53 +02:00
README.md Update README.md 2020-10-01 15:28:19 +02:00
requirements.txt Update requirements 2020-10-01 11:23:21 +02:00
SELF-HOSTING.md typo 2020-09-27 09:59:47 +02:00
yotter-config.json Adds donation link to the instance 2020-09-26 14:40:30 +02:00
yotter.py Add banner 2020-08-30 12:40:20 +02:00

License: GPL v3 Development state Pull Requests Welcome Formerly named Parasitter

Yotter allows you to follow and gather all the content from your favorite Twitter and YouTube accounts in a beautiful feed so you can stay up to date without compromising your privacy at all. Yotter is written with Python and Flask and uses Semantic-UI as its CSS framework.

Yotter is possible thanks to several open-source projects that are listed on the Powered by section. Make sure to check out those awesome projects!

Index:

Why

At first I started working on this project as a solution for following Twitter accounts (a thing that can't be done with Nitter) and getting a Twitter-like feed. Weeks later the leader of Invidious, Omar Roth, announced that he was stepping away from the project. As an Invidious active user, this made me think that a new alternative was needed for the community and also an alternative with an easier language for most people (as Invidious is written in Crystal). So I started developing a 'written-in-python Invidious alternative' and it went quite well.

I hope that this project can prosperate, gain contributors, new instances and create a good community around it.

Features:

  • No Ads.
  • No Javascript needed*
  • Minimalist.
  • Search on Twitter and Youtube.
  • Zero connections to Google/Twitter on the client.
  • Follow Twitter accounts.
  • Follow Youtube accounts.
  • Play Youtube videos on background on Android.
  • Play only audio from youtube to save data.
  • Save your favourite Tweets.
  • Tor-friendly.
  • Terminal-browser friendly.

*Video player is VideoJS, which uses JavaScript. But if JavaScript is disabled Yotter still works perfectly and uses the default HTML video player.

And many more to come!

Privacy

Connections

Yotter cares about your privacy, and for this it will never make any connection to Twitter or Youtube on the client. Every request is proxied through the Yotter server; video streaming, photos, data gathering, scrapping, etc.

The Yotter server connects to Google (Youtube) and Nitter in order to gather all the necessary data. Then it serves it (proxyed through itself) to the client. This means that as a client, you will never connect to Google/Youtube/Twitter - the Yotter server will do it for you. So if you want to set up a Yotter server for privacy reasons I recommend you to set it up on a remote VPS so you don't share your IP with, or use a VPN on the server.

If you don't mind exposing your IP making requests to Google then you can set it up wherever you want. Even with this method you will avoid all trackers, ads, heavy-loaded pages, etc. - you can still stay safe if you use a VPN to hide your IP.

Your data

The only things the database stores are:

  • Hash of the password
  • Username
  • List of followed users
  • List of saved posts
  • Some user configurations

This data will never be used for any other purpose than offering the service to the user. It's not sent anywhere, never.

Security

Only the hash of your password is stored in the database, so no admin can see your plain-text password ever. Also, no personal information of any kind is required nor kept, if a hacker gets access to the database the only thing they could do would be to follow/unfollow some accounts. So there's no motivation in 'hacking' Yotter.

I always recommend self-hosting, as you will be the only person with access to your data.

Important note: The client never connects to Google / Youtube however, the server does in order to gather all the necessary things!

Public Instances

name server location max users registrations
https://yotter.xyz Germany 75 users
https://yotter.kavin.rocks/ India 100 users
https://yotter.jank.media/ Germany 100 users

Contributing

Contributors are always welcome. You can help in many ways: Coding, organizing, designing, donating, maintaining... You choose what you want to help with!

We have a Matrix room where we discuss anything related with Yotter, feel free to enter the room and start talking or reading. You can choose a Matrix client from this list of Matrix clients. Also you will need to choose an instance to host your account, you can find Matrix instances here.

Join Matrix

Other platforms:

Join Matrix

Powered by:

Donate

This project is completely free and Open Source and will always be.

Funding will be used 100% for opening and mantaining an online public instance of Yotter, this will be hosted on Netcup and will (at first) be the VPS 500 G8. I mention all of this in case you want to check the prices.

Crypto (preferred):

  • Bitcoin: bc1q5y3g907ju0pt40me7dr9fy5uhfhfgfv9k3kh3z
  • Monero: 48nQGAXaC6eFK2Wo7SVVyF9xL333gDHjzdmRL3XETEqbU3w4CcKjjHVUZPU4W3dg1oJL8be3iGtUAQsgV88dzbS7QNpZjC2

Fiat:

  • Donate using Liberapay

Screenshots