From 3c2640e6d563521dfecfc848c1a879d305c526ad Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Mon, 13 Jul 2020 00:36:16 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f1923ac..7c9004d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@
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 1. Install `python3`, `pip3` and `git`. 2. Clone this repository: @@ -32,3 +34,4 @@ Parasitter allows you to follow your favourite twitters without Twitter even kno * [Nitter](https://nitter.net) * [Flask](https://flask.palletsprojects.com/) * [SQLAlchemy](https://docs.sqlalchemy.org/en/13/) +* [Semantic-UI](https://semantic-ui.com)