Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).