tg-media-download-ex(tended)
Ever wanted to download all media from a Telegram chat? Here's a simple way to do it.
Prerequisites
- Python 3.5+
Configuration
pip install -r requirements.txt
or (if you're using pipenv)
pipenv install
Also, make sure to set Telegram's api_id
and api_hash
in main.py
.
api_id = 12345
api_hash = '0123456789abcdef0123456789abcdef'
How to obtain api_id?
Usage
python main.py
or (if you're using pipenv)
pipenv run python main.py
License
WWWWWW||WWWWWW
W W W||W W W
||
( OO )__________
/ | \
/o o| MIT \
\___/||_||__||_|| *
|| || || ||
_||_|| _||_||
(__|__|(__|__|
Code and documentation are available according to the MIT License (see LICENSE).
Credit - Original code from DenisOH