Skip to content

oVoIndia/AnyDLBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Kamlesh Kirodewal
Jul 23, 2021
3ec6724 · Jul 23, 2021

History

79 Commits
Apr 11, 2021
Apr 12, 2021
Apr 19, 2021
Apr 11, 2021
Jul 23, 2021
Apr 11, 2021
Apr 11, 2021
Apr 11, 2021
Apr 11, 2021
Apr 11, 2021
Apr 11, 2021
Apr 11, 2021
Apr 11, 2021
Apr 11, 2021
Apr 12, 2021
Apr 11, 2021
Apr 11, 2021
Apr 12, 2021

Repository files navigation


An Open Source ALL-In-One Telegram RoBot, that can do lot of things.

Credits, and Thanks to

Installation

The Easy Way

Deploy To Heroku

The Hard Way

virtualenv -p python3 VENV
. ./VENV/bin/activate
pip install -r requirements.txt
# <Create config.py with variables as given below>
python bot.py

An example config.py file could be:

Not All of the variables are mandatory

from sample_config import Config

class Development(Config):
  APP_ID = 6
  API_HASH = "eb06d4abfb49dc3eeb1aeb98ae0f581e"
  TG_BOT_TOKEN = ""
  AUTH_USERS = [
      "7351948"
      # is a string for LEGACY purposes
  ]

@BotFather Commands

start - Check if the Bot is Online!
help - How to use this Bot?
me - Check Your Subscription
upgrade - Upgrade your status
deletethumbnail - Delete/Cleared saved Custom Thumbnail
getlink - Get Low Speed Direct Download Link
converttoaudio - Convert Video Files in Telegram Audio
converttovideo - Convert to Streamable Video
rename - (Long Press) and Rename Telegram File
ffmpegrobot - Get Info
trim - (Long Press) and Enter Timestamp
downloadmedia - Download media to storage
storageinfo - Get Info about currently saved Files
clearffmpegmedia - Clear stored media from Telegram
generatecustomthumbnail - Generate customer thumbnail
generatescss - Get Screenshot of Telegram Media
  • For FeedBack and Suggestions, please feel free to say in @HxSupport

LICENSE

  • GPLv3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages