LNbits is supported by OpenSats (for which we are very grateful 🙏), and as such we are required to create quarterly reports of how we have allocated the grant.
In the spirit of FOSS, these reports should be public 🚀
# Get all Core commits between two dates
./generate_commits.sh "https://github.com/lnbits/lnbits" "YYYY-MM-DD" "YYYY-MM-DD"
# Find all new repos between two dates
./find_new_repos.py "https://github.com/lnbits" "YYYY-MM-DD" "YYYY-MM-DD"
# Find all repos worked on between two dates
./find_repos_worked_on.py "https://github.com/lnbits" "YYYY-MM-DD" "YYYY-MM-DD"