You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to implement a list of links/queries in file like txt to upload to the webui as input to start the scraping process?
For example, if I want to scrape restaurants in multiple cities (city A to city J) by subdistrict (subdistrict Aa-Bz per city), instead of putting the queries one by one, it would be awesome to put the queries I want in a txt file to upload to webui instead putting each queries in the list one by one to the webui
I have quite a bit of queries to do. I have read the discussion in #81 but I understand almost none of it. I understand a bit of python and I understand how to do loops, I've taken a look at the code but I don't know where to put the list because I don't understand where the entire process start
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to implement a list of links/queries in file like txt to upload to the webui as input to start the scraping process?
For example, if I want to scrape restaurants in multiple cities (city A to city J) by subdistrict (subdistrict Aa-Bz per city), instead of putting the queries one by one, it would be awesome to put the queries I want in a txt file to upload to webui instead putting each queries in the list one by one to the webui
I have quite a bit of queries to do. I have read the discussion in #81 but I understand almost none of it. I understand a bit of python and I understand how to do loops, I've taken a look at the code but I don't know where to put the list because I don't understand where the entire process start
Beta Was this translation helpful? Give feedback.
All reactions