Merge branch 'dev-indep' of https://github.com/pluja/Parasitter into dev-indep

This commit is contained in:
pluja 2020-08-17 11:15:15 +02:00
commit 661520b689
2 changed files with 4 additions and 1 deletions

View File

@ -18,6 +18,7 @@
- [x] Stream video to client through local proxy.
- [x] List videos without Invidious RSS feed.
- [x] Use Video.js player.
- [x] Search no longer depends on Invidious / APIs
## [0.2.0] - 2020-07-29
### Added

View File

@ -3,7 +3,7 @@
<p align="center"> Twitter and Youtube via RSS with privacy </p>
<br>
### This is a new version where I'm ~~trying to~~ break*ing* dependency with Invidious (and later Nitter). ~~Currently the video playing page (`/video/<video-id>`) no longer depends on Invidious, but it connects to *googlevideo*~~. Google free video streams are now working! Yay!
### This is a new version where I'm breaking dependency with Invidious (and later Nitter).
Parasitter allows you to follow your favorite Twitter and YouTube accounts with full privacy using rss feeds in order to gather the latest content from your favourite accounts and builds a *beautiful* feed so you can read them. Parasitter is written in Python and Flask and uses Semantic-UI as its CSS framework.
@ -48,6 +48,8 @@ Parasitter cares about your privacy, and for this it will never make any connect
The Parasitter server connects to Google (Youtube) in order to gather all the necessary data. Then it serves it (proxied through itself) to the client. This means that as a user, you will never connect to Google - the Parasitter server will do it for you. So if you want to set up a Parasitter server I recommend you to set it up on a remote VPS so you don't share your IP with Google or use a VPN on the server.
> Important note: The **client** never connects to Google / Youtube however, the server does in order to gather all the necessary things!
# Self hosting
### Test