HackIllinois / api

The Official API supporting HackIllinois
https://api.hackillinois.org
Other
23 stars 51 forks source link

Added script to generate top N and select at most M people from each tier #464

Closed Nydauron closed 2 years ago

Nydauron commented 2 years ago

As requested, this is a Python script to be used for Shark Tank. It pulls all profiles, sorts all the profiles into their respective tiers, and picks N (passed in as an arg) number of profiles per tier randomly.

If needed, python3 sharktank.py -h for help message.