Forums

Running scheduled task on Bubble.io

Hi Everyone,

I have created a simple Python Selenium webscraping script which I have uploaded as a Scheduled Task. I am having trouble connecting it to an app I built on Bubble.io. Does anyone here have experience with Bubble.io and could potentially help me resolve the issue?

Free accounts can only connect out using http(s) to our whitelist of sites. Is the site you're trying to access on that list? If not and the site has a publicly documented API, send us a link to the API documentation and we'll consider it for the whitelist.

Hi Glenn,

Thanks for getting back! Yes, I do see the site on your whitelist. It's titled bubbleapps.io. The site I am trying to scrape is TikTok, which is also on your whitelist.

In that case. you should make sure that whatever library you're using is configured to use the proxy (https://help.pythonanywhere.com/pages/403ForbiddenError/) and you can check the bubble documentation to make sure that you're using it correctly.