Skip to content

bing-chilling/Scrapy-Basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Scrapy-Basic

In this scraping project, the site 'https://quotes.toscrape.com/' was scarped. The following actions were performed :

  • We logged into the site by extracting the csrf token
  • We scraped the following data:
    1. Quotes
    2. Author
    3. Tags
  • We filtered some of the quotes using regex to remove some unicode.
  • We etracted the data into the json file named 'quotes'.

Keep in mind the sites used did not load in data dynamically and the data parsed was not stored into any database ( sql / nosql )

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages