An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![image](https://github.com/user-attachments/assets/78a5fbbf-9797-405a-a32f-b3ab49ca8178)

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"
```