Go to file
baalajimaestro 7471b4a01c
Bump up telebot and norm
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
2023-03-04 23:14:49 +05:30
src Raise connection pool for db 2023-01-05 14:31:30 +05:30
.gitignore Ignore JB specific folder 2022-08-04 17:51:39 +05:30
.gitlab-ci.yml Drop docker on ci 2022-12-09 22:34:54 +05:30
Dockerfile Raise connection pool for db 2023-01-05 14:31:30 +05:30
LICENSE License under AGPL 2022-04-11 11:36:32 +05:30
nim.cfg Introduce Rate-Limiting 2022-04-10 23:24:48 +05:30
nim_censor_bot.nimble Bump up telebot and norm 2023-03-04 23:14:49 +05:30
README.md Postgres is no longer supported 2022-04-26 12:29:24 +05:30

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

Configuration Variables (All are fetched from Environment Variables):

  • TELEGRAM_TOKEN: Get one from @BotFather
  • DB_HOST: A filename for sqlite
  • 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