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

https://github.com/moscatellimarco/webscrap-worldometers

"WebScrap Worldometers" is a Scrapy-powered 🕷️ tool for extracting real-time population data 📊 from Worldometers. It outputs structured CSV data 📁, ready for analysis. Dive into the code 👨‍💻 for a hands-on scraping experience or use the data for demographic research 🧮.
https://github.com/moscatellimarco/webscrap-worldometers

css datamining datascience html python webcrawler webdata webscraping webspider xpath

Last synced: 20 days ago
JSON representation

"WebScrap Worldometers" is a Scrapy-powered 🕷️ tool for extracting real-time population data 📊 from Worldometers. It outputs structured CSV data 📁, ready for analysis. Dive into the code 👨‍💻 for a hands-on scraping experience or use the data for demographic research 🧮.

Awesome Lists containing this project

README

          

# WebScrap-Worldometers

"WebScrap Worldometers" is a Scrapy-powered 🕷️ tool for extracting real-time population data 📊 from Worldometers. It outputs structured CSV data 📁, ready for analysis. Dive into the code 👨‍💻 for a hands-on scraping experience or use the data for demographic research 🧮.

## Run web scraper

Install the requirements first:
```bash
pip install -r requirements.txt
```

Run scrapy crawler:
```bash
scrapy crawl countries
```