I am wondering if its possible to run a while True loop forever on Replit ?
I run a data collection script that needs to use request module every 12 hours. Any recommandation on this ? Maybe I should use a .sh file to execute code ? Or should I use time ?
I used time and While True but the code is stopping running at some point so…