This commit is contained in:
Wire 2020-07-13 00:40:09 +02:00
commit c4271ae3ee

View File

@ -4,6 +4,8 @@
<br> <br>
Parasitter 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. Parasitter 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.
Parasitter is written with Python and Flask and uses Semantic-UI as its CSS framework.
### Self hosting ### Self hosting
1. Install `python3`, `pip3` and `git`. 1. Install `python3`, `pip3` and `git`.
2. Clone this repository: 2. Clone this repository:
@ -32,3 +34,4 @@ Parasitter allows you to follow your favourite twitters without Twitter even kno
* [Nitter](https://nitter.net) * [Nitter](https://nitter.net)
* [Flask](https://flask.palletsprojects.com/) * [Flask](https://flask.palletsprojects.com/)
* [SQLAlchemy](https://docs.sqlalchemy.org/en/13/) * [SQLAlchemy](https://docs.sqlalchemy.org/en/13/)
* [Semantic-UI](https://semantic-ui.com)