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

https://github.com/riju18/web-scraping

Scraping data from the website & saving it into different file formats.
https://github.com/riju18/web-scraping

python scrapy webscarpping

Last synced: about 2 months ago
JSON representation

Scraping data from the website & saving it into different file formats.

Awesome Lists containing this project

README

        

## Learning Project
## Websites used to scrape data:
- https://www.imdb.com/search/title/?groups=top_250&sort=user_rating
- https://www.worldometers.info/world-population/population-by-country/

## configuration:
- imdb dir:
- Default User-Agent is changed

## Setup Environment:
- create a virtual environment;
- Install requirements.txt.;
- place the above two dirs into newly created venv;

## Run the project:
- Goto specific dir;
- cmd: scrapy crawl spider_name or scrapy crawl spider_name -o *.ext [ext: json, csv, xml]