This repository has been archived on 2023-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
Uloz.to-rychle/README.md

35 lines
541 B
Markdown
Raw Normal View History

2022-03-14 20:18:08 +01:00
# Ulož.to streamer
Stream ulož.to video content without downloading
## Instalation
### Python libraries
Install all python libraries for `captcha.py`:
```
numpy, requests, tensorflow, PIL
```
### Install node modules
```
npm i --save
```
### Setup Tor proxy
Set `ControlPort`, `SocksPort` and `HashedControlPassword` in /etc/tor/torrc:
```
SocksPort 9050
ControlPort 9051
HashedControlPassword 16:872230D6EA809D4760AD5894ADB7A5A07191882EBCD188378544794F8F
```
Password can be generated with:
```
tor --hash-password giraffe
```