Skip to content

pranjaltale16/gsoc-organisation-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSoC '16 organisation scraper

Makes life easier by scraping instead of searching for each and every organisation by name. Also shows number of times that an organisation has appeared in GSoC. Used Requests library of python and BeautifulSoup

Requirements :

  • BeautifulSoup
  • Requests

Instructions :

  • git clone https://github.com/rohithasrk/gsoc-organisation-scraper.git
  • [sudo] pip install -r requirements.txt
  • python scrape.py
  • Enter the technology of preference when prompted.

Screenshots :

When browsed for python, some of the results are as shown below.

Python orgs 1

Python orgs 2

TODOs :

  • Make the code run faster.
  • Making it look better.
  • Remove multiple results.
  • Change the default colors.

Contributing :

  • Fork the repo.
  • Create a new branch named <your_feature>
  • Commit changes and make a PR.
  • PRs are welcome.

About

Scrape GSoC organisations using a single script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%