Open Mihuuuu opened 5 years ago
Hey!
I wanted to know if there was any way to make the bot run continuously. For me the bot has the limit of posts it can get from reddit set to 10. After it tweets out the 10 pics I need to run it again.
Thank you!
Hi! You could create a shell script that repeadetly runs it. Example: `while true; do python bot.py;
done`
Hey!
I wanted to know if there was any way to make the bot run continuously. For me the bot has the limit of posts it can get from reddit set to 10. After it tweets out the 10 pics I need to run it again.
Thank you!