Bot that announces reality distortion due to message deletions/edits in Telegram group chats
0
Are you fed up with Telegram messages disappearing because users are meddling with Wibbly Wobbly Timey Wimey delete buttons? This bot will monitor the universe timescape for modifications and time travelling. When it detects ripples in the timeline causing reality to fold in upon us, the bot will announce that the course of historical events has been altered.
I'm running an instance of this bot called RealityRealignmentBot, which you can invite to your public channels. Note that this is hosted on a home Internet connection and so the bot may be offline from time to time.
Choose between running a source-code checkout from this git repository or using the Docker image. You will need an API_ID, API_HASH, and BOT_TOKEN whichever option you choose.
In the instructions for your choice below, replace $API_ID and $API_HASH with your app id and hash from https://my.telegram.org/apps.
Create a new bot via The BotFather on Telegram. In the instructions for your choice below replace $BOT_TOKEN with the token you receive from BotFather when you complete the new bot setup. To set up a new bot type /newbot to BotFather.
docker run -e API_ID=$API_ID -e API_HASH=$API_HASH -e BOT_TOKEN=$BOT_TOKEN diddledani/realityrealignment-telegrambot:latest
git clone https://github.com/diddledani/realityrealignment-telegrambot.git
cd realityrealignment-telegrambot
npm install
npm run build
export API_ID=$API_ID
export API_HASH=$API_HASH
export BOT_TOKEN=$BOT_TOKEN
npm run start
This bot is created by Dani Llewellyn (diddledani).
The icon is timeline by shashank singh from the Noun Project.
No tags have been pushed to this repository yet.