I am trying to find a domain to host .html files that are generated in a python project I have made. I am looking for a place where I can host an updated html file every 60 seconds (generated by my project) via an API. I have tried the following options:
1.Dropbox: Drop box offers a very simple hosting system where you can just edit files in a folder shared with dropbox, and the dropbox app will do the rest of the work for you! Surprisingly, this feature is not limited in the number of times you access it. Unfortunately though, displaying html files in dropbox is a bit slow.
2.Netlify Netlify will automatically host a given Github repository if it can be displayed as a webpage for free. Unfortunately, from my testing it seems Netlify only will check your github repository about once every hour