Rssitter allows you to follow your favourite twitters without Twitter even knowing it. Rssitter uses [Nitter's](nitter.net) rss feed in order to gather the latest tweets from your favourite accounts and builds a *twitter-like* feed so you can read them. We will never connect you to Twitter so your privacy is safe when using Parasitter.
### Self hosting
1. Install `python3`, `pip` and `virtualenv`.
2. Prepare a virtual environment:
-`python3 -m venv venv`
-`source venv/bin/activate`
> Now you are inside of the virtual environment for python.