Skip to content

Scraping scholarship data from a website using Python Scrapy Framework

Notifications You must be signed in to change notification settings

juangsalaz/tcm-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcm-scrapper

Scraping scholarship data from a website using using Python Scrapy Framework

Installing Scrapy

To running this scrapping script, you need to install Scrapy Framework first, with running

pip install scrapy

Running Scraping Script

After installing Scrapy success, go to the /tcmscrapper directory, then run this comment

scrapy runspider <spider_file.py>

Result

In this case, the scrapping script stored data into .csv file, this is example of the result

https://github.com/juangsalaz/tcm-scrapper/blob/master/homepagedata.csv

About

Scraping scholarship data from a website using Python Scrapy Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages