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 🧮.
- Host: GitHub
- URL: https://github.com/moscatellimarco/webscrap-worldometers
- Owner: MoscatelliMarco
- Created: 2023-11-05T00:36:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T22:37:46.000Z (over 2 years ago)
- Last Synced: 2025-10-21T14:32:06.669Z (7 months ago)
- Topics: css, datamining, datascience, html, python, webcrawler, webdata, webscraping, webspider, xpath
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```