Update README.md

This commit is contained in:
PLUJA 2020-07-13 00:36:16 +02:00 committed by GitHub
parent 109633202b
commit 3c2640e6d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)