# Python Anywhere

**URL:** https://jtechforums.org/t/python-anywhere/5709
**Category:** Hosting
**Tags:** python
**Created:** [January 30, 2026, 4:35am UTC](https://jtechforums.org/t/python-anywhere/5709 "2026-01-30T04:35:01Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Shalom\_Karr](https://jtechforums.org/user_avatar/jtechforums.org/shalom_karr/32/8264_2.png) [@Shalom\_Karr](https://jtechforums.org/u/Shalom_Karr)
#### Post date: [January 30, 2026, 4:35am UTC](https://jtechforums.org/t/python-anywhere/5709/1 "2026-01-30T04:35:01Z")

</div>

Can you run selenium on PythonAnywhere?

---

<div class="post-metadata">

### Author: ![flipphoneguy](https://jtechforums.org/user_avatar/jtechforums.org/flipphoneguy/32/11165_2.png) [@flipphoneguy](https://jtechforums.org/u/flipphoneguy)
#### Post date: [January 30, 2026, 4:44am UTC](https://jtechforums.org/t/python-anywhere/5709/2 "2026-01-30T04:44:44Z")

</div>

I had to ask ai what selenium is. Any python package available on pip you can use.

BUT

no gui. (from AI it sounded like selenium also has GUI)

and most importantly, on free accounts, network access is extremely limited to only whitelisted domains. (Yea that truly sucks!) so while tons of sites are open, it depends what you’ll be using it for, you’ll probably run into issues…

---

<div class="post-metadata">

### Author: ![Shalom\_Karr](https://jtechforums.org/user_avatar/jtechforums.org/shalom_karr/32/8264_2.png) [@Shalom\_Karr](https://jtechforums.org/u/Shalom_Karr)
#### Post date: [January 30, 2026, 4:48am UTC](https://jtechforums.org/t/python-anywhere/5709/3 "2026-01-30T04:48:58Z")

</div>

> [@flipphoneguy](#):
>
> from AI it sounded like selenium also has GUI

Its a chromedriver

---

<div class="post-metadata">

### Author: ![flipphoneguy](https://jtechforums.org/user_avatar/jtechforums.org/flipphoneguy/32/11165_2.png) [@flipphoneguy](https://jtechforums.org/u/flipphoneguy)
#### Post date: [January 30, 2026, 4:59am UTC](https://jtechforums.org/t/python-anywhere/5709/4 "2026-01-30T04:59:32Z")

</div>

I know but it also provides features for cli scraping where it looks like chromium to the websites (if i understood ai correctly.) as far as i’m aware, pythonanywhere doesn’t support gui at all. Unless you host it as a website (meaning it runs selenium somehow the gui is piped or whatever to the site you’re hosting) but as i said i don’t know selenium well enough.

---

<div class="post-metadata">

### Author: ![Shalom\_Karr](https://jtechforums.org/user_avatar/jtechforums.org/shalom_karr/32/8264_2.png) [@Shalom\_Karr](https://jtechforums.org/u/Shalom_Karr)
#### Post date: [January 30, 2026, 5:01am UTC](https://jtechforums.org/t/python-anywhere/5709/5 "2026-01-30T05:01:10Z")

</div>

`api.trycloudflare.com:443`

Is blocked

---

<div class="post-metadata">

### Author: ![Shalom\_Karr](https://jtechforums.org/user_avatar/jtechforums.org/shalom_karr/32/8264_2.png) [@Shalom\_Karr](https://jtechforums.org/u/Shalom_Karr)
#### Post date: [January 30, 2026, 5:01am UTC](https://jtechforums.org/t/python-anywhere/5709/6 "2026-01-30T05:01:38Z")

</div>

> [@flipphoneguy](#):
>
> somehow the gui is piped or whatever to the site you’re hosting)

you can make it post a screenshot every 1 second

---

<div class="post-metadata">

### Author: ![flipphoneguy](https://jtechforums.org/user_avatar/jtechforums.org/flipphoneguy/32/11165_2.png) [@flipphoneguy](https://jtechforums.org/u/flipphoneguy)
#### Post date: [January 30, 2026, 5:06am UTC](https://jtechforums.org/t/python-anywhere/5709/7 "2026-01-30T05:06:32Z")

</div>

If the free tier allowws dynamic sites. Not so sure it does.

I think the wsgi expects you to return a static site (or response in case of webhook) pretty fast or else it kills it.

---

<div class="post-metadata">

### Author: ![Shalom\_Karr](https://jtechforums.org/user_avatar/jtechforums.org/shalom_karr/32/8264_2.png) [@Shalom\_Karr](https://jtechforums.org/u/Shalom_Karr)
#### Post date: [January 30, 2026, 5:08am UTC](https://jtechforums.org/t/python-anywhere/5709/9 "2026-01-30T05:08:51Z")

</div>

Whatever I have better ways, I just run a python terminal on a computer with a \*.trycloudflare.com url

---

<div class="post-metadata">

### Author: ![flipphoneguy](https://jtechforums.org/user_avatar/jtechforums.org/flipphoneguy/32/11165_2.png) [@flipphoneguy](https://jtechforums.org/u/flipphoneguy)
#### Post date: [February 3, 2026, 1:26pm UTC](https://jtechforums.org/t/python-anywhere/5709/10 "2026-02-03T13:26:59Z")

</div>

# pythonanywhere becomes stupid (for free accounts)

pythonanywhere used to be a reliable free service for minimalist hosting (webhooks or websites).

the free tier used to include:

- 100 cpu seconds (at max strength. Much more in reality)
- free domain at [yourusername.pythonanywhere.com](http://yourusername.pythonanywhere.com)
- they serve the website for 3 months. Once in 3 months you gotta manually login and click continue for 3 months.
- static sites only and if you’re program doesn’t return fast enough it gets killed silently.
- pretty good support
- 1 daily scheduled task
- outgoing requests only to whitelisted domains
- 512mb of storage
- 2 consoles
- i might’ve missed some stuff

while these may seem like very little with tons of limitations, its still ok for minimalist webhooks or static sites. (all free accounts like these include limitations. This is the best 1 out there i think for python.)

now they limited it even more  
here’s what changed:

- they now only serve it for 1 month. which means you gotta remember every month to loggin and click continue. (even credit card payments we do automatic. who’d remember this)
- 0 daily scheduled tasks (old accounts aren’t affected yet)
- no support at all (besides forums)
- i heard that they made the whitelist for outgoing requests smaller but can’t confirm

  

## conclusion

depending on what you’re using it for, it’s still reliable and works well for basic stuff such as a static flask website or a simple groupme webhook. Just remember: no scheduled tasks, limited outgoing requests, only about 5 minutes max for you’re program to load before returning or it crashes, and worst of all you’ll have to manually click to continue it every month. If you need something solid (free), you may wanna look into oracle vps. (I posted somewhere on the forums how i set it up)

---

<div class="post-metadata">

### Author: ![flipphoneguy](https://jtechforums.org/user_avatar/jtechforums.org/flipphoneguy/32/11165_2.png) [@flipphoneguy](https://jtechforums.org/u/flipphoneguy)
#### Post date: [April 25, 2026, 9:40pm UTC](https://jtechforums.org/t/python-anywhere/5709/11 "2026-04-25T21:40:19Z")

</div>

Just forgot for the first time about some old GroupMe bot I made for my friend and he complained that it stopped working.

Turns out I forgot to log in and click “run until 1 month from today”. Got me fed up so I moved it to my vps. But made this for anyone that uses pythonanywhere

> [@Pythonanywhere auto extend](https://jtechforums.org/t/pythonanywhere-auto-extend/6691/1):
>
> 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 yo…
