Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

A bot that will download all the media from a given Telegram chat

License

Notifications You must be signed in to change notification settings

doGior/Telegram-Media-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram-Media-Downloader

This is a bot that will download all the media from a given chat.
When a media is sent to the specified chat it will be downloaded and when that
message will be deleted from the chat the file will be deleted also from the pc

Note: all the media have to be sent as document

Installation

Run this on your shell

git clone "https://github.com/doGior/Telegram-Media-Downloader"
cd Telegram-Media-Downloader
pip install -r requirements.txt

Then you have to edit the settings.py with your information and run python3 main.py on your shell

Commands

You can send text message on telegram for modifying the bot's beheavior
By default there are six commands:

  • /downloadAll --> Will download all the media from the selected chat
  • /downloadToday --> Will download all the media sen today from the selected chat
  • /downloadImages --> Will download all the Images from the selected chat
  • /downloadVideo --> Will download all the Videos from the selected chat
  • /downloadMusic --> Will download all the Audio file from the selected chat
  • /downloadWhenArrive --> Will download every media immediately when it arrive; it's True by default
  • /stopDownloadWhenArrive --> Will stop downloading every media immediately when it arrive

About

A bot that will download all the media from a given Telegram chat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages