Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T11:02:56.000Z (over 3 years ago)
- Last Synced: 2024-11-10T00:27:47.315Z (about 2 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.[![Build status](https://ci.appveyor.com/api/projects/status/5n2yjkpeiklxy19t?svg=true)](https://ci.appveyor.com/project/SeppPenner/telegrambotesp8266)
[![GitHub issues](https://img.shields.io/github/issues/SeppPenner/TelegramBotEsp8266.svg)](https://github.com/SeppPenner/TelegramBotEsp8266/issues)
[![GitHub forks](https://img.shields.io/github/forks/SeppPenner/TelegramBotEsp8266.svg)](https://github.com/SeppPenner/TelegramBotEsp8266/network)
[![GitHub stars](https://img.shields.io/github/stars/SeppPenner/TelegramBotEsp8266.svg)](https://github.com/SeppPenner/TelegramBotEsp8266/stargazers)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/SeppPenner/TelegramBotEsp8266/master/License.txt)
[![Known Vulnerabilities](https://snyk.io/test/github/SeppPenner/TelegramBotEsp8266/badge.svg)](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).