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.
Parasitter
Twitter via RSS with privacy
Rssitter allows you to follow your favourite twitters without Twitter even knowing it. Rssitter uses Nitter's 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
- Install
python3
,pip
andvirtualenv
. - Prepare a virtual environment:
python3 -m venv venv
source venv/bin/activate
Now you are inside of the virtual environment for python.
- [env] Update pip
pip install --upgrade pip
- [env] Install the dependencies:
pip3 install flask flask-sqlalchemy flask-migrate python-dotenv flask-wtf flask-login email-validator feedparser
It may require you to use sudo
- [env] Initialize and prepare the database.
flask db init
flask db migrate
flask db upgrade
- [env] Run the application.
flask run
- Go to "http://localhost:5000/" and enjoy.
Powered by:
Languages
Python
77.3%
HTML
21.3%
Dockerfile
1%
CSS
0.4%