Python bot, start.sh and UptimeRobot but still not running

Hello. I made a bot for Twitter. It works and I tested it a lot of times. I also have a start.sh that runs the python script and UptimeRobot pinging every 5 minutes.
Still, the script won’t run unless I run it myself from the terminal. UptimeRobot pings but nothing happens.
Thanks.

Could you link to the project in question? I might be able to help if I could see the code.

Hello and thanks for you answer. I think I managed to make it work. I didn’t have a requirements.txt and I wasn’t aware that it was required. Thanks

Glad it’s working! Here is a good resource for how Glitch decides what type of project you’re developing and how it should run your app: https://glitch.com/edit/#!/glitchnomicon

1 Like

Thanks for you help!