Cosmo Stats is a command line tool that retrieves the total no. of Objekt minted for members of a MODHAUS group.
Installation via pipx is recommended:
pipx install git+https://github.com/hillaryychan/cosmo-stats.git@mainCheck that Cosmo Stats is available by running the cosmo-stats command:
cosmo-stats --helpTo uninstall:
pipx uninstall cosmo-statsThe basic usage of cosmo-stats requires the artist, season and collection numbers of the objekts:
cosmo-stats objekts tripleS atom02 --collection-no 101z,102z,103z,104z,105z,106z,107z,108zGroups that have editions per season, have an alias option for retrieving collection numbers from the provided edition:
cosmo-stats objekts tripleS atom02 --edition 1If you do not provide a collection number or edition, cosmo-stats will retrieve data for all
Objekts for the season. This is not recommended as you may get rate limited.
Install dependencies:
uv syncRunning the CLI locally:
uv run cosmo-stats --help