Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 593 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 593 Bytes

Scraper

Data Scraper :

  • Financial data from Google Finance
  • Airline and Airplanes data from FlightRadar24

Done with:

  • Ruby on Rails
  • Nokogiri gem
  • Used Kimono to ease the scrapping process

Getting Started

  • Clone the repo

  • run $ bundle install

  • run $ rake db:migrate

  • run $ rake scrape_companies:make_nasdaq_companies

  • run $ rake scrape_companies:get_financials

  • run $ rake scrape_flights:get_airlines

  • run $ rake scrape_flights:get_planes_codes

  • run $ rake scrape_flights:get_planes_data

  • run $ rails s