Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wowlikon/arduino_tg-ds_bot
- Owner: wowlikon
- Created: 2024-04-03T13:56:20.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T12:04:18.000Z (30 days ago)
- Last Synced: 2024-12-14T13:19:20.689Z (29 days ago)
- Topics: arduino, discord-bot, serial, telegram-bot
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```