sustiono / national-debt-scrapy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

National GDP Scrapy

Scrap national GDP from https://worldpopulationreview.com/countries/countries-by-national-debt/ using Scrapy

Installation

Use the package manager pip to install some packages needed.

git clone git@github.com:sustiono/national-debt-scrapy.git
cd world-population-scrapy
pip3 install virtualenv
virtualenv .env
source .env/bin/activate
cd national_debt
pip install -r requirements.txt

Usage

Choose one of the commands below to get the results in the desired format

scrapy crawl gdp_debt -o world_population.csv
scrapy crawl gdp_debt -o world_population.json
scrapy crawl gdp_debt -o world_population.xml

About


Languages

Language:Python 100.0%