Skip to content

Script for creating a simple Html page filtering orgs on basis of tech stack

License

Notifications You must be signed in to change notification settings

imsahil007/GSoC-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSoC Organisation Scraper

Scripts for lazy people like me to scrap organization list filtering out a particular language. Also shows the no. of times that organization was selected for GSoc in the period 2016-2020.

Note: User can input only one langauge at time. I could add functionality for more. But I don't want to xD

Libraries used:

Requests
BeautifulSoup
Rich
yaspin

Requirements :

  • BeautifulSoup
  • Requests
  • Rich
  • yaspin

Instructions :

# Clone this repository
git clone https://github.com/imsahil007/GSoC-Scraper.git

# Go into the repository
cd GSoC-Scraper

# Install dependencies (Activate your virutal environment for python3)
pip3 install -r requirements.txt

# Run the script 
python3 year_wise.py

# python3 script.py 
# "script.py" not working as 2021 list has been updated yet. Will work on Jan/feb

# Enter the language of choice when asked.
# Example: 
Enter the language you want to filter out: python

Screenshots :

python

opencv

Todos:

[x] Links aren't working in table

Note: Added a sentinal controlled loop for printing index wise details

Contributing:

  • Fork the repo.
  • Create a new branch
  • Commit changes and make a PR.
  • PRs are welcome :)

Contact Me: Sahil

Releases

No releases published

Packages

No packages published

Languages