Add scraper for numfocus sponsored projects #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've added a scraper for NumFOCUS's sponsored projects.
I left the scraper code commented out as it looks like you had issues with nokogiri on GitHub pages, but I've added in a generated csv from the output of the code, feel free to uncomment and run locally to verify.
For projects with no website I've used the numfocus website page (https://numfocus.org/project/openfhe for example)
I wasn't sure on the wording on the numfocus subproject markdown page, feel free to change it.
Also didn't add https://numfocus.org/sponsored-projects/affiliated-projects, if you'd like that added as well let me know.
I also didn't commit the Gemfile.lock, although it'd be a good idea to add one (unless it's causing you issues with github pages)