Telegram Downloader
Installing
Clone repository and add credentials from Telegram and chat, that will be monitored:
git clone https://github.com/VadVergasov/TelegramDownloader.git
cd TelegramDownloader
cp config.py.template config.py
Install all dependencies (environment recommended):
python -m venv downloader-env # If python2 and python3 installed use python3
downloader-env\Scripts\activate.bat # For Windows
source downloader-env/bin/activate # For Linux and Mac
pip install -r requirements.txt
And just run:
python main.py