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
- BeautifulSoup
- Requests
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.
When browsed for python, some of the results are as shown below.
- Make the code run faster.
- Making it look better.
- Remove multiple results.
- Change the default colors.
- Fork the repo.
- Create a new branch named
<your_feature>
- Commit changes and make a PR.
- PRs are welcome.