Cyb3r-Jak3 / useful_bot

A simple reddit bot template in python
Mozilla Public License 2.0
2 stars 2 forks source link

Don't automatically exit #2

Closed samuellando closed 6 years ago

samuellando commented 6 years ago

This is a feature I would like and I am willing to implement myself. Basically, I would implement a loop in main.py with a specified delay such that it runs without stopping.

Let me know here and I'll post a PR :)

Cyb3r-Jak3 commented 6 years ago

@samuellando,
You just want something simple like time.sleep() or something more complex? Either way go for it