Skip to content

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.

Notifications You must be signed in to change notification settings

hatkidchan/nfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Alternatively, copy docker-compose.example.yml and edit it a bit and then run:
docker compose build . && docker compose up -d

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

About

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.

Topics

Resources

Stars

Watchers

Forks