Telegram Bot, running on PI Zero 2 that takes a picture daily of my plants and sends them via TeleBot.
Equipment List:
- Raspberry Pi Zero 2
- Raspberry Pi Camera Module 3
- Some plants
I used crontab to schedule each script. First, at 10:00 'plantcam.py' is ran, taking, then saving the image of the day with the corresponding date to a dedicated folder for the pictures.
After, at 10:05, 'plantpi2.py' is ran, selecting, then sending the new picture to my Telegram channel.

