-
Nasima Zeynep replied to the discussion How to scrape weather data from multiple sources and aggregate it? in the forum General Web Scraping a year ago
How to scrape weather data from multiple sources and aggregate it?
If scraping is your only option, use BeautifulSoup to extract weather data from multiple websites and merge the data into a structured format.
-
Nasima Zeynep replied to the discussion How to scrape data from Facebook pages or public groups? in the forum General Web Scraping a year ago
How to scrape data from Facebook pages or public groups?
If you’re scraping, Selenium can be used, but Facebook’s dynamic content and frequent structure changes make this tricky.
-
Nasima Zeynep started the discussion What are the differences in how Go and Python handle concurrency? in the forum General Web Scraping a year ago
What are the differences in how Go and Python handle concurrency?
Go’s concurrency model is based on goroutines, which are lightweight and much simpler to manage compared to Python’s threading or asyncio.
-
Nasima Zeynep changed their photo a year ago
-
Nasima Zeynep became a registered member a year ago
-
Pierrick Iaret replied to the discussion How can I scrape data from web apps built with React or Vue.js? in the forum General Web Scraping a year ago
How can I scrape data from web apps built with React or Vue.js?
If the data is fetched from an API, try to intercept the API calls instead of scraping the front end.
-
Pierrick Iaret replied to the discussion How can I handle anti-scraping mechanisms when extracting data? in the forum General Web Scraping a year ago
How can I handle anti-scraping mechanisms when extracting data?
Avoid sending too many requests too quickly—throttling your scraper can help avoid IP bans.
-
Pierrick Iaret started the discussion Which new additions in Python 3.12 are the most significant? in the forum General Web Scraping a year ago
Which new additions in Python 3.12 are the most significant?
Python 3.12 introduces better error reporting, which gives clearer traceback messages for developers.
-
Pierrick Iaret changed their photo a year ago
-
Pierrick Iaret became a registered member a year ago
- Load More