

Eratosthenes Madita
-
Eratosthenes Madita replied to the discussion Extracting flight schedules and routes with Python and aiohttp in the forum General Web Scraping 8 months ago
Extracting flight schedules and routes with Python and aiohttp
For multi-page scraping, I use asynchronous requests with aiohttp to fetch pages in parallel. This significantly reduces the time required to collect data.
-
Eratosthenes Madita replied to the discussion How to scrape movie names and release dates from TamilMV using Python? in the forum General Web Scraping 8 months ago
How to scrape movie names and release dates from TamilMV using Python?
To avoid triggering anti-scraping measures, I implement randomized delays between requests and rotate user-agent strings for each session.
-
Eratosthenes Madita started the discussion How to extract random IP addresses from an online dataset using Go? in the forum General Web Scraping 8 months ago
How to extract random IP addresses from an online dataset using Go?
Extracting random IP addresses from an online dataset can be useful for network testing or analysis. Go’s lightweight concurrency model and the Colly library make it an excellent choice for efficiently scraping structured datasets. Start by inspecting the website to locate the IP addresses, often found in tables or lists. If the dataset is…
-
Eratosthenes Madita changed their photo 8 months ago
-
Eratosthenes Madita became a registered member 8 months ago