#Website Data Scraping.
####Resources Used
- Ruby
- Nokogiri gem
- CSS selectors
The project searches through ranklist page of codechef and fetches the team handle, universities and the individual members handle. Currently it is applicable for a single contest of codechef.
To run:
ruby fetchTeamNames.rb
####TODO
- To generalize this file for all contest.
- To ask user about the contest details.