2022-04-11 06:22:47 +00:00
|
|
|
# Nim Censor Bot
|
|
|
|
|
|
|
|
This Telegram Bot, can easily enable you to send NSFW/Spoiler Media in a chat that is not intended for it.
|
|
|
|
It makes the viewer to view it in the personal message of the bot.
|
|
|
|
|
|
|
|
You can send it photo, video, album, gif, sticker and forward the response from the bot to any chat.
|
|
|
|
|
|
|
|
A live version is available [here](https://t.me/nonozonebot)
|
|
|
|
|
|
|
|
Configuration Variables (All are fetched from Environment Variables):
|
|
|
|
|
|
|
|
- `TELEGRAM_TOKEN`: Get one from @BotFather
|
2022-04-26 06:59:24 +00:00
|
|
|
- `DB_HOST`: A filename for sqlite
|
2022-04-11 06:22:47 +00:00
|
|
|
- `ADMIN_ID`: A comma-separated variable which will allow you and enlisted others to moderate the bot
|
|
|
|
|
|
|
|
This bot would not have been possible without the help of:
|
|
|
|
|
|
|
|
- @trueleo
|
|
|
|
- @DavideGalilei
|
|
|
|
- @yardanico
|