github-email-scraper
github-email-scraper copied to clipboard
A small Ruby script to scrape email addresses associated with Github profiles (based on location based queries).
Github Email Scraper
Used to scrape email addresses from Github user profiles, based on location-based profile search queries. E.g.:
https://github.com/search?q=location%3ABuffalo%2CNY+location%3ASyracuse%2CNY+location%3ARochester%2CNY+location%3AAlbany%2CNY+location%3ABinghamton%2CNY+location%3AIthaca%2CNY&type=Users&s=followers
I.e., a good excuse to learn how to build a Web scraper with Ruby