uniquify-bot
uniquify-bot copied to clipboard
uniquify bot will help you to find and delete duplicate files in your channel or group.
uniquify bot
Uniquify bot is a Telegram bot that deletes duplicate files (Video, Audio, Photo, Voice, and Document) from target chat.
Report Bug
·
Request Feature
Table of Contents
-
About The Project
- Built With
-
Getting Started
- Installation
- Contributing
- License
- Contact
About The Project
uniquify bot will help you to find and delete duplicate files in your channel or group.
this bot uses file_unique_id to find duplicate files, so we can assure you that there is the same file as the deleted file in your group or channel.
(back to top)
Built With
(back to top)
Getting Started
To get a local copy up and running follow these simple example steps.
Installation
- Get your
api_idandapi_hashin https://my.telegram.org - Create a new bot in https://t.me/botfather
- Clone the repo
git clone https://github.com/OxMohsen/uniquify-bot.git - navigate into the new folder
cd uniquify-bot - Install python packages
pip3 install -r requirements.txt - rename the
sample-config.pytoconfig.py - fill the
config.pywith your data - run the bot
python3 main.py
if you using heroku, you can run the bot with the following steps.
- get your
api_idandapi_hashin https://my.telegram.org - create a new bot in https://t.me/botfather
- press the following button:
(back to top)
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
(back to top)
License
Distributed under the GPLv3 License. See LICENSE for more information.
(back to top)
Contact
Your Name - @OxMohsen - [email protected]
Project Link: https://github.com/OxMohsen/uniquify-bot
(back to top)