mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-01-03 03:10:04 -05:00
Create README.md
This commit is contained in:
parent
088df551b0
commit
25f29ec171
1 changed files with 22 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal file
|
@ -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
|
||||||
|
|
||||||
|
</br>
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue