https://github.com/lnbits/opensats-reports
Quarterly OpenSats Reports
https://github.com/lnbits/opensats-reports
Last synced: 2 months ago
JSON representation
Quarterly OpenSats Reports
- Host: GitHub
- URL: https://github.com/lnbits/opensats-reports
- Owner: lnbits
- Created: 2024-09-26T08:00:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-09T03:47:32.000Z (7 months ago)
- Last Synced: 2026-04-10T09:00:09.861Z (2 months ago)
- Language: Python
- Size: 239 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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 🚀
#### Useful scripts for helping generate reports:
```
# 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"
```