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
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
-
i want to ask what a url can i scraping cause some website when itry to scrap isnt cant , like this
`scraper = AutoScraper()
url = "https://www.tokopedia.com/help/article/faq-seputar-promo"
wanted_list = ["Apa itu Multipromo?"]
random.seed(0)
result = scraper.build(url, wanted_list)
rules = scraper.get_result_similar(url, grouped=True)
print(rules)`
and can i am scraping web just based only URL without must make wanted list or wanted dict ? like dialogflow :> https://dialogflow.cloud.google.com/#/agent/gilan-iwdq/knowledgeBases
Beta Was this translation helpful? Give feedback.
All reactions