Sends you deleted, edited, and self-destructing messages from users organized by personal chat topics
To save self-destructing messages, you must reply to them with a message
git clone https://github.com/fajox1/nekospy
cd nekospy
pip install -r requirements.txt
- Rename
example.env
to.env
- Get
BOT_TOKEN
in @BotFather - Get your id into
ADMIN_ID
via @username_to_id_bot - Create chat with topics and get it's id into
LOG_CHAT_ID
with @username_to_id_bot - Add your bot to log chat with admin rigts (including change topics)
- Turn on Business mode for bot in @BotFather
- Add your bot to your account (Open Settings → Telegram Business → ChatBots) (require Telegram premium)
- Install Redis DB or run in docker (
docker run -p 6379:6379 -d redis
) and get it'sREDIS_HOST
,REDIS_PORT
,REDIS_PASSWORD
BOT_TOKEN =
ADMIN_ID =
LOG_CHAT_ID =
REDIS_HOST =
REDIS_PORT =
REDIS_PASSWORD =
REDIS_EXPIRE_DAYS = 21
Put your changes into .env
file
Type python3 -m nekospy
Lisenced under GPL GNU 3.0
Developer: @fajox