Auto extent pythonanywhere so it doesn’t expire
As I posted in the past, pythonanywhere became really stingy for free plans and the worst part is, it now requires you to login and click “run until 1 month from today” every single month otherwise the website/web app goes down.
I personally switched over to a vps. But if you’re new or just creating small projects (a small python hosted website, simple GroupMe bot) pythonanywhere is still a decent option. So I made this Google apps script which you set up with a trigger that monthly it weekly clicked that button for you so that your site never expires. I also includes a python script for it in case you wanna run it locally with cron or whatever. How you enjoy!