georgetown-cset / funder-finder

Retrieve GitHub repo funding information
Apache License 2.0
7 stars 2 forks source link

Check "Sponsor this project" links for github sponsors #59

Closed jmelot closed 1 year ago

jmelot commented 1 year ago

Closes #15

See what you think about this implementation. The idea is to, given a link to a github sponsors page listed under "Sponsor this Project", check whether the link corresponds to the project owner or one of the top contributors. If not, we add in a new record to the GitHub Sponsors funding sources with funding_type "sponsor_this_project"

(sorry for the huge delay in getting to this btw, we launched a new product and a major new feature last week and was distracted for a while! Hope all's well on your end.)

github-actions[bot] commented 1 year ago

No need for rebasing :+1: behind_count is 0 ahead_count is 4

github-actions[bot] commented 1 year ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
615 443 72% 0% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
funderfinder/sources/github_sponsors.py 58% 🟢
tests/sources/test_github_sponsors.py 94% 🟢
TOTAL 76% 🟢

updated for commit: e332897 by action🐍

jmelot commented 1 year ago

Thanks for the comments, they should all be addressed now!