Hello Bubble experts 
I recently asked a question regarding fetching a json file from Github here (which works perfectly)
But the problem is i am having Hunderd’s of JSON files in my Github
Does anybody knows how to fetch or add all the JSON files data in my database ?
or do i have to fetch one by one & save it in my database?
Thanks in advance for your help 
@mdburhan3 I’d use a scraper and and store them in a csv, from there you can import that file and have everything in bubble.
1 Like
Hi @Clasicwebtools
Thanks for the response 
Can you tell me what is scraper?
Can you please point me to some tutorial 
@mdburhan3 I usually code them myself with Selenium in Python, that’s kinda complex. There are a ton of solutions out there if you search for web scraper.
Not sure how many pages they are but you could use something like https://webscraper.io/ , it has a free tier pretty powerful.
1 Like
@Clasicwebtools
I will try this 
Thanks a lot for your help 
1 Like
Use a backend workflow and schedule on a list of things.
Here’s a good video
https://youtu.be/ZaD9AIegH5A
1 Like