From 25f29ec171a519fb467341ef7e7208341e73fb96 Mon Sep 17 00:00:00 2001 From: dragongoose <19649813+dragongoose@users.noreply.github.com> Date: Thu, 9 Mar 2023 18:50:04 +0000 Subject: [PATCH] Create README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..be58cde --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# twitch-frontend +twitch-frontend is a privacy respecting frontend for (twitch.tv)[https://twitch.tv/] + +The main advantages of twitch-frontend are: + - Private: Every request is proxied through the server, and no logs are kept. + - Lightweight: Compared to twitch, twitch-frontend is optimized for speed and usability. Scraping is the only current speed issue, but improves with caching + +
+ + # Features + + ### User features + - [x] No connection to twitch/amazon + - [x] No Ads or tracking + - [x] No logs are kept + + ### Technical features + - [x] Public API + - [x] No official APIs are used + - [x] Uses a mix of (streamlink)[] and a custom Twitch webscraper + +