Should be a bot that bans those scammy NFT pet links or something, idk running instance: https://t.me/nfuckbot pls use with caution, can remove safe urls
Go to file
Casey 7382c1748b
Added debug dump command
that also shames you if you're not me. has no effect on it, still shows
stuff in logs
2024-11-15 11:18:15 +03:00
nfuck Added debug dump command 2024-11-15 11:18:15 +03:00
.gitignore Gitignore update 2024-01-27 12:39:14 +03:00
Dockerfile Docka and better explanation of removal 2024-02-02 22:06:42 +03:00
README Added Docker instructions 2024-02-06 12:19:35 +03:00
logging.json Docka and better explanation of removal 2024-02-02 22:06:42 +03:00
requirements.txt Added requirements and readme 2024-01-27 12:40:42 +03:00

README

Running it:
TG_BOT_TOKEN=blahblahblah DB_PATH=/path/to/db.db3 python3 -m nfuck
Database is not used yet

Running in Docker:
docker build -t nfuck .
docker run --restart=unless-stopped --name bot-nfuck -e TG_BOT_TOKEN=123:blah -e DB_PATH=/app/db.db3 -d nfuck

You can also add `-e SILENT_REMOVAL_IDS=123,456` with a comma-separated list of chats where it should silently remove messages without notifying anyone