Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayiprint/tg-remove-duplicate-file
Automatic deletion of duplicate files from telegram groups.
https://github.com/mayiprint/tg-remove-duplicate-file
Last synced: 3 months ago
JSON representation
Automatic deletion of duplicate files from telegram groups.
- Host: GitHub
- URL: https://github.com/mayiprint/tg-remove-duplicate-file
- Owner: mayiprint
- Created: 2022-09-28T20:44:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T21:53:43.000Z (about 2 years ago)
- Last Synced: 2024-05-30T05:59:55.826Z (6 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 9
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remove Duplicate File in TG
針對Telegram群組中轉傳重複檔案進行刪除的專案。**文章:** https://blog.ipv4.site/posts/tg-remove-duplicate-file
### 使用
1. 申請Telegram API(不知道如何申請,請看文章)
2. 請替換 main.py 檔案中的 api_id, api_hash 與 chat_list變數
3. 安裝套件
```
pip3 install -r requirements.txt
```
4. 執行程式
```
python3 main.py
```### 將來功能
將來或許會繼續修改功能,透過下載檔案在進行MD5校驗,但目前還沒餘力處理。### 想說的話
如果喜歡可以按Star或有想詢問可以在issues,甚至有想要功能都可以詢問。Email:[email protected]