adafruit / adabot

Adabot is our robot friend who helps Adafruit online
MIT License
13 stars 27 forks source link

Add weekly PyPI stats to daily report #304

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

Adds the PyPI stats to the daily report, which it pulls from Google's BigQuery. Passed the pytest cases locally.

I'll work on have this auto-push commits to the bundle next.

tekktrik commented 2 years ago

I tried to avoid the same issue of "can't use secrets" this time, so I'm hoping it doesn't fail in the CI here (at least not for that reason).

tekktrik commented 2 years ago

Passed the other run of pytest so this new one should too since it's just logging changes!