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
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.
To get a local copy up and running follow these simple example steps.
- Get your
api_id
andapi_hash
in 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.py
toconfig.py
- fill the
config.py
with your data - run the bot
python3 main.py
if you using heroku, you can run the bot with the following steps.
- get your
api_id
andapi_hash
in https://my.telegram.org - create a new bot in https://t.me/botfather
- press the following button:
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
Distributed under the GPLv3 License. See LICENSE
for more information.
Your Name - @OxMohsen - oxmohsen@oxmohsen.ir
Project Link: https://github.com/OxMohsen/uniquify-bot