Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adagio/ivoox_categories

Extract categories and subcategories from iVoox, using concurrent processes
https://github.com/adagio/ivoox_categories

async beautifulsoup beautifulsoup4 concurrency concurrent futures

Last synced: about 1 month ago
JSON representation

Extract categories and subcategories from iVoox, using concurrent processes

Awesome Lists containing this project

README

        

# Scraping iVoox Categories

We are extacting iVoox Categories and Subcategories

## BeautifulSoup

Using BeautifulSoup4 to get data from html

## Async scraping

Using ProcessPoolExecutor from concurrent.futures.

Also using as_completed