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](#powered-by) section. Make sure to check out those awesome projects! # Index: * [Why](#why) * [Features](#features) * [Screenshots](#screenshots) * [Privacy and Security](#privacy) * [Public instances](#public-instances) * [Self hosting](https://github.com/ytorg/Yotter/blob/dev-indep/SELF-HOSTING.md) * [Update the server](https://github.com/ytorg/Yotter/blob/dev-indep/SELF-HOSTING.md#updating-the-server) * [Configure server](#configure-the-server) * [Contributing and contact](#contributing) * [Powered by](#powered-by) * [Donate](#donate) # 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: - [x] No Ads. - [x] No Javascript needed* - [x] Minimalist. - [x] Search on Twitter and Youtube. - [x] Zero connections to Google/Twitter on the client. - [x] Follow Twitter accounts. - [x] Follow Youtube accounts. - [x] Play Youtube videos on background on Android. - [x] Save your favourite Tweets. - [x] Tor-friendly. - [x] 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 - 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 Google 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**. - Even with this method, you can 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 (Dark theme, etc) 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 on the database. 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 the 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|registrations?| | ------------ | ------------ | ------------ | | https://yotter.xyz |Germany| Limited (60 users)| | https://yotter.kavin.rocks/ |India| Limited (50 users)| ## Configure the server You will find in the root folder of the project a file named `yotter-config.json`. This is the global config file for the Yotter server. Currently available config is: * **serverName**: Name of the server. Format: `example.com` * **nitterInstance**: Nitter instance that will be used when fetching Twitter content. Format must be `https://