telegram-files-downloader Download files from Telegram Prerequisites Python 3 pip3 Installation workon <YOUR_ENV> # optional pip3 install -r requirements.txt Usage python3 download.py --id <API_ID> --hash <API_HASH> --target <TARGET> --output <OUTPUT_DIRECTORY>