Skip to content

Download forwarded audio files to your bot from Telegram and store them in their related directory.

Notifications You must be signed in to change notification settings

elmergonzalezb/telegram-audio-download

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Telegram Audio Download

This script uses Telepot python framework to connect to Telegram's API in order to control your bot. After creating your bot via @BotFather, paste your bot's token in the script then run it. You can simply forward as many as audio files (Max 100 files by Telegram) to your bot and it'll download the forwarded files. It will simply skip the files which have been downloaded already.

Requirements

You only need telepot and requests for this.

pip3 install telepot

pip3 install requests

Usage

python3 tg_audio.py

TODO

  • Enable Video/Document option

Screenshots

About

Download forwarded audio files to your bot from Telegram and store them in their related directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%