Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wowlikon/arduino_tg-ds_bot

Control of Arduino via Telegram and Discord bots
https://github.com/wowlikon/arduino_tg-ds_bot

arduino discord-bot serial telegram-bot

Last synced: 26 days ago
JSON representation

Control of Arduino via Telegram and Discord bots

Awesome Lists containing this project

README

        

# Arduino bot🤖
Parsing and sending timetable everyday.

## Installation 🚀
* Install Python 3
* ```python -m pip install -r requirements.txt```
* Create ```.env``` file.

Example:
```
tg_token=*****
ds_token=*****
```

* Launch ds-bot🤖 ```python ./ds_bot.py```
* Launch tg-bot🤖 ```python ./tg_bot.py```