# 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 ```