ebelinski / apilevels

A microsite overview of all Android 🤖 versions and their corresponding API/SDK levels, version codes, codenames, and market shares.
https://apilevels.com
MIT License
233 stars 27 forks source link

Add a Python script to automate stats downloading. #46

Closed prbprbprb closed 10 months ago

prbprbprb commented 10 months ago

Downloads and formats stats, and can optionally update index.md with them.

NB will give slightly different results than the current script as it takes Android 14 numbers into account. These are not currently included in the table, but will accumulate into Androd 13 etc.

prbprbprb commented 10 months ago

Gentle ping.

prbprbprb commented 10 months ago

I'm not sure what to make of the copyright statement and Apache license at the top though.

Oops, my bad, force of habit as most of what I work on is Apache licensed... I'll modify it to match the rest of the project.

prbprbprb commented 10 months ago

Kinda busy today ;)

But I'll address the comments this week.

prbprbprb commented 10 months ago

Review comments addressed, but I do plan to iterate on this a bit more and improve it, notably it's missing any tests and because I bashed it out one evening it's not really structured in a testable way...