Get Telegram Multimedia
Saves media files from a Telegram chat
Usage
- Clone this repo
git clone https://github.com/luckyz/get-telegram-multimedia.git
- Move to cloned folder
cd get-telegram-multimedia/
- Create virtual environment typing
virtualenv venv
and activate it withsource venv/bin/activate
pip3 install -r requirements.txt
- Enter
API_ID
andAPI_HASH
credentials at the top ofmain.py
Note: You must get your own from https://my.telegram.org, under API Development
python3 main.py
- Now you have all saved images in
img/
folder
Donate
Want to keep this project going? Please donate generously https://www.buymeacoffee.com/luking/get-telegram-multimedia
Legal
Disclaimer: This is not affiliated, endorsed or certified by Instagram. This is an independent and unofficial implementation using an an independent and unofficial API. Use at your own risk. I am not responsible for any action taken by Instagram as a result of this tool.