ChatCleanerBot [WIP]: Telegram bot for chat history wiping

Requisites

How to use it

First, clone the repository, then customize the code on index.js and start deploy.sh passing bot token as argument:

./deploy.sh XXXXXXXXXXXXXXXXXXX

When you make changes on code, deploy the changes with a git commit & push:

git commit -am "some code changes" && git push heroku master

Used APIs

Discussion

Telegram Bot API doen't provide any methods to wipe chat history, so MTProto API must be used for this purpose.