akshay-narkar / Web-Scraper-Capstone

A Web scraper built in Ruby that scrapes the Fantasy premier league site for the top players across the world after taking the input from the user
2 stars 0 forks source link

Merging Scraper code and tests with Production Branch #1

Closed akshay-narkar closed 3 years ago

akshay-narkar commented 3 years ago

What?

Scraper code for FPL Scraper. It includes the main file to take inputs & display outputs & the logic file to store scraped data. Along with the same, rspec tests & example CSV are added.

Why?

Part of Capstone Project to scrape a website which would be useful for personal use.

How?

Mentioned in Readme

Testing?

Using rspec which is mentioned in Readme as well