An open API service indexing awesome lists of open source software.

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

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
```