Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days ago
JSON representation
A simple Telegram echo bot in C
- Host: GitHub
- URL: https://github.com/rojvv/ctgechobot
- Owner: rojvv
- License: mit
- Created: 2023-03-23T19:24:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-24T17:21:07.000Z (over 1 year ago)
- Last Synced: 2024-09-30T02:40:59.516Z (about 1 month ago)
- Topics: c, libcurl, telegram, telegram-bot-api
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```shell
export BOT_TOKEN=123456789:ABCEFGHIJKLMNOPQRSTUVWXYZ
cmake --build .
chmod +x ./bot
./bot
```