Good morning everyone,
I'm doing a Telegram Bot using Telegram API (I'm just using requests(http://api.telegram.org/sendMessage.....) and it's working fine when I manually execute my script with python myscript.py
).
I want to let the script run all the time so I went to the crontab of my raspberry and add @reboot python /home/pi/myscript.py
. Then I did sudo reboot
and no message on telegram... I have no idea why it is not working, do you have the same issue?
Thanks