Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 703 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 703 Bytes

MCC_Python

A python class I created for personal use, to easily make calls to Noxcrew's MCC api.

I'll write a better readme later. remind me to fill this out more

mcc.py

The class itself which directly calls the public API. It's current functions allow the user to pull data from the API into another file.

mcc_data.py

An example of pulling all of the teams data (username plus overall coin count) and saving it as a .csv file (out.csv)

example.py

An example of using the csv file to display the data from MCC Pride 2022

image