From 60b31871416eb5bac3d4e15c4e0b293200e5307c Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Mon, 13 Jul 2020 00:43:13 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c9004d..f2779fa 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,16 @@
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 + +## Security +Only the hash of your password is stored on the database. Also no personal information of any kind is kept on the app itself, so if a hackers gets access to it only thing they could do would be to follow/unfollow some accounts. + +I always recommend self-hosting, as you will be the only person with access to the data. + +## Self hosting (2 min!) 1. Install `python3`, `pip3` and `git`. 2. Clone this repository: - `git clone https://github.com/pluja/Parasitter.git`