https://github.com/pokatomnik/tldr-bot
TLDR bot
https://github.com/pokatomnik/tldr-bot
deno grammy telegram telegram-bot
Last synced: about 1 month ago
JSON representation
TLDR bot
- Host: GitHub
- URL: https://github.com/pokatomnik/tldr-bot
- Owner: pokatomnik
- Created: 2022-07-02T22:35:27.000Z (almost 4 years ago)
- Default Branch: dungeon-master
- Last Pushed: 2022-07-28T22:22:38.000Z (almost 4 years ago)
- Last Synced: 2026-02-16T18:09:57.925Z (4 months ago)
- Topics: deno, grammy, telegram, telegram-bot
- Language: Kotlin
- Homepage: https://t.me/pokatomnik_bot
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TLDR bot
[Telegram](https://telegram.org) bot wrapper for the [TLDR](https://github.com/tldr-pages/tldr) project
## Requirements
JRE 16 and above.
## Run
Just build the project and run with a single command:
```shell
$ export BOT_TOKEN=your_bot_token
$ java -jar ./your-jar.jar
```