A Telegram bot (@LuftdatenBot) which can be used with a respirable dust sensor by Luftdaten.info. You can access your data via Telegram and you'll get a notification if the value exceeds a limit.
git clone https://github.com/Lanseuo/LuftdatenBot.git
cd LuftdatenBot
pip3 install -r requirements.txt
- open Telegram
- search for @BotFather
- send /newbot and follow the instructions
- you will the token of your bot (keep it secret)
mv config-sample.py config.py
- open config.py and insert your token
python3 run.py
- python-telegram-bot - telegram bot
- Requests - HTTP request library
Lucas Hild - https://lucas-hild.de
This project is licensed under the MIT License - see the LICENSE file for details