Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rojvv/ctgechobot

A simple Telegram echo bot in C
https://github.com/rojvv/ctgechobot

c libcurl telegram telegram-bot-api

Last synced: 3 days ago
JSON representation

A simple Telegram echo bot in C

Awesome Lists containing this project

README

        

```shell
export BOT_TOKEN=123456789:ABCEFGHIJKLMNOPQRSTUVWXYZ
cmake --build .
chmod +x ./bot
./bot
```