TeleMultiStorebot
TeleMultiStorebot copied to clipboard
🗳 A telegram multi store function bot that is built using Pyrogram Mtproto library.
Tele MultiStore Bot
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.
Requirements
- 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_IDandAPI_HASHHOW TO GET MY API CREDENTIALS
Dependencies
- Pyrogram
- requests
- TgCrypto
- bs4
- clint
- python-magic
- timeago
Python-telegram-botFor current inline support
Normal Installation
Create env variables as the one below.
ENV Configuration
- 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
The Hard Way (Advanced users only)
virtualenv -p python3 VENV
. ./VENV/bin/activate
pip3 install -r requirements.txt
Run Bot
python3 bot.py
Easy Installation and Deploy
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.
Supported Features
- [x] Search using inline mode for any uploaded file
- [x] search your storage through Inline Mode
- [x] Asynchronous File Storage
- [x] Lock and unlock Files
- [x] Download and upload with progress bar
- [x] Sort Files according to Media Types
Features to be Added:
- [ ] Cancel a particular Download
- [ ] Decrypt and encrypt files with passwords
- [ ] Unarchive archivable files
- [ ] Download torrens
Screenshots
To be updated.....
Contact me
You can contact me via Telegram but if you have an issue please open one.
Contributing
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!