Forums

Create data files then publish on the website

I've set up several python scripts to produce data files. I can get these by logging into pythonanywhere and downloading, but it would be easier if at the end of my script, when the file is created, I can copy it somewhere accessible over the public internet.

This means I can point Power BI at a URL to get the data feed and don't have to download it.

Is that possible please?

You can make them public as static files. See https://help.pythonanywhere.com/pages/hosting-a-static-site/

Thank you