An advanced Multipurpose Telegram Bot for uploading and sharing media files across chats. Supports Inline Mode for quciker and better compatibility (Almost) Complete but for now its still in BETA stage.
- Python >=3.6
- Telegram account.
- Telegram API key, you can get one simply with @BotFather with simple commands right after creating your bot.
- Your own
API_ID
andAPI_HASH
HOW TO GET MY API CREDENTIALS
- Pyrogram
- requests
- TgCrypto
- bs4
- clint
- python-magic
- timeago
Python-telegram-bot
For current inline support
Create env variables as the one below.
- Replace the values as specified HERE.
If you use Heroku then this will be very easy to understand
TOKEN="123456789:hdhdhdbhfjfkrp889g8g889"
APP_ID=12345
API_HASH="0123456789abcdef0123456789abcdef"
- Learn more about how to create and deploy apps to Heroku
virtualenv -p python3 VENV
. ./VENV/bin/activate
pip3 install -r requirements.txt
python3 bot.py
This section covers the case where someone is unfamiliar with python in deeper sense. If you are that type then this section has been made purposely for you.
We are not spoonfeeding you but just making things easier. Read this carefully
If you don't want to go through all those hard process then just click the button below and fill the fields as specified.
- Search using inline mode for any uploaded file
- search your storage through Inline Mode
- Asynchronous File Storage
- Lock and unlock Files
- Download and upload with progress bar
- Sort Files according to Media Types
- Cancel a particular Download
- Decrypt and encrypt files with passwords
- Unarchive archivable files
- Download torrens
To be updated.....
You can contact me via Telegram but if you have an issue please open one.
Tele MultiStore is brand new, and you are welcome to try it and help make it even better by either submitting pull requests or reporting issues/bugs as well as suggesting best practices, ideas, enhancements on both code and documentation. Any help is appreciated!