pranjaltale16 / gsoc-organisation-scraper

Scrape GSoC organisations using a single script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%