https://github.com/sepppenner/telegrambotesp8266
TelegramBotEsp8266 is a Telegram bot library based on https://github.com/CasaJasmina/TelegramBot-Library, but working. However, the changes made will only work with the ESP8266, not regular Arduinos.
https://github.com/sepppenner/telegrambotesp8266
arduino esp8266 telegram telegram-bot telegram-bots
Last synced: about 2 months ago
JSON representation
TelegramBotEsp8266 is a Telegram bot library based on https://github.com/CasaJasmina/TelegramBot-Library, but working. However, the changes made will only work with the ESP8266, not regular Arduinos.
- Host: GitHub
- URL: https://github.com/sepppenner/telegrambotesp8266
- Owner: SeppPenner
- Created: 2021-05-15T10:51:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T11:02:56.000Z (about 5 years ago)
- Last Synced: 2025-07-30T11:59:32.607Z (11 months ago)
- Topics: arduino, esp8266, telegram, telegram-bot, telegram-bots
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: Changelog.md
Awesome Lists containing this project
README
TelegramBotEsp8266
====================================
TelegramBotEsp8266 is a Telegram bot library based on https://github.com/CasaJasmina/TelegramBot-Library, but working.
However, the changes made will only work with the [ESP8266](https://en.wikipedia.org/wiki/ESP8266), not regular Arduinos.
[](https://ci.appveyor.com/project/SeppPenner/telegrambotesp8266)
[](https://github.com/SeppPenner/TelegramBotEsp8266/issues)
[](https://github.com/SeppPenner/TelegramBotEsp8266/network)
[](https://github.com/SeppPenner/TelegramBotEsp8266/stargazers)
[](https://raw.githubusercontent.com/SeppPenner/TelegramBotEsp8266/master/License.txt)
[](https://snyk.io/test/github/SeppPenner/TelegramBotEsp8266)
## Available for
* ESP8266 controllers
## Basic usage
Check out the [Arduino example file](./TelegramBotEsp8266/TelegramBotEsp8266.ino).
Change history
--------------
See the [Changelog](https://github.com/SeppPenner/TelegramBotEsp8266/blob/master/Changelog.md).