Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asharijuang/esp8266-qiscusbot
ESP8266 Qiscus Bot
https://github.com/asharijuang/esp8266-qiscusbot
bot esp8266 esp8266-arduino qiscus qiscus-sdk
Last synced: 9 days ago
JSON representation
ESP8266 Qiscus Bot
- Host: GitHub
- URL: https://github.com/asharijuang/esp8266-qiscusbot
- Owner: asharijuang
- License: gpl-3.0
- Created: 2019-05-19T06:27:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T15:49:20.000Z (over 5 years ago)
- Last Synced: 2024-10-19T05:20:36.550Z (4 months ago)
- Topics: bot, esp8266, esp8266-arduino, qiscus, qiscus-sdk
- Language: C++
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Arduino IDE for ESP8266 - Qiscus BOT Library
An Arduino IDE library around the Qiscus Bot API to be used with ESP8266.
Application written by [Ashari Juang](https://github.com/asharijuang)
## Introduction
This library provides an interface for [Qiscus Chat] API like [Unofficial] ✌🏼. You can list some network request from kiwari.chat(inspect element).
It is possible to define your personal account as bot, make it able to read and write message.
This is a library forked from [one library](https://github.com/Gianbacchio/ESP8266-TelegramBot) and inspired by [another](https://github.com/CasaJasmina/TelegramBot-Library)
## Getting the code
You can install Arduino IDE-qiscus-bot for your ESP8266 downloading the code that is hosted here.
You can check out the latest development version and being informed about updateds, selecting "Watch" box in the GitHub repository.## Installing
The downloaded code can be included as a new library into the IDE selecting the menue:
Sketch / include Library / Add .Zip library
## Getting started
Create user at: https://kiwari.chat login and try to add friends.
## Examples
Here are listed some examples to help you to build your own Bot:
- EchoBot : replies echoing your messages.
- FlashLedBot [TODO] : Reacts to your command switching ON/OFF a GPIO.
## License
You may copy, distribute and modify the software provided that modifications are described and licensed for free under [LGPL-3](http://www.gnu.org/licenses/lgpl-3.0.html). Derivatives works (including modifications or anything statically linked to the library) can only be redistributed under [LGPL-3](http://www.gnu.org/licenses/lgpl-3.0.html), but applications that use the library don't have to be.