A telegram bot hosted by a Raspberry Pi equipped with a temperature and humidity sensor
This is a telegram bot hosted by a Raspberry Pi equipped with a temperature and humidity sensor. The bot is capable of sending plots and readings. Structure This project is composed of 3 main files: bot.py is used to host the telegram bot. graph.py contains the Graph class, used to make graphs. sensor.py contains the TemperatureSensor class, used to write and read from the sqlite3 database, as well as the function that reads the temperature and humidity values from the […]
Read more