Sparsh1212 / gsocanalyzer

A blazingly fast tool to analyze all the selected organizations in Google Summer of Code in the form of graphical analytics.
MIT License
75 stars 39 forks source link

recompile finalData.json #67

Closed letsintegreat closed 2 years ago

letsintegreat commented 2 years ago

Fixes #66

Now you just have to double click on scraper.py every year to add data from the new year into finalData.json automatically.

The code in scraper.py is simple and self-explanatory and can be reused every year, without making any changes.

letsintegreat commented 2 years ago

@Sparsh1212 There seems to be a problem, the api that I used, doesn't have data older than 2016. ^^'

Now trying to figure out what can be done.