Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucyllewy/realityrealignment-telegrambot
Telegram bot to detect ripples-in-the-timescape, when it will announce that reality is realigning to the new course of historical events
https://github.com/lucyllewy/realityrealignment-telegrambot
dockerfile nodejs telegram telegram-api telegram-bot typescript
Last synced: about 2 months ago
JSON representation
Telegram bot to detect ripples-in-the-timescape, when it will announce that reality is realigning to the new course of historical events
- Host: GitHub
- URL: https://github.com/lucyllewy/realityrealignment-telegrambot
- Owner: lucyllewy
- Created: 2019-12-17T21:45:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T16:51:23.000Z (about 2 years ago)
- Last Synced: 2024-10-29T08:22:05.191Z (3 months ago)
- Topics: dockerfile, nodejs, telegram, telegram-api, telegram-bot, typescript
- Language: Dockerfile
- Homepage: http://t.me/RealityRealignmentBot
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Reality Realignment BotAre 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.
## Running
### Hosted by me
I'm running an instance of this bot called [RealityRealignmentBot](https://t.me/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.
### Hosted by you
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](https://t.me/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
```shell
docker run -e API_ID=$API_ID -e API_HASH=$API_HASH -e BOT_TOKEN=$BOT_TOKEN diddledani/realityrealignment-telegrambot:latest
```#### Source-code checkout
```shell
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
```## Credits
This bot is created by Dani Llewellyn (diddledani).
The icon is timeline by shashank singh from [the Noun Project](https://thenounproject.com/).