Skip to content

Python script that will aggregate career rank requirements locally.

License

Notifications You must be signed in to change notification settings

OpenSpartan/career

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Halo Infinite Career Rank Extractor

▶️ See output

This sample tool is designed to read the career rank data from the Halo Infinite game CMS API and store it locally.

Prerequisites

Installing requirements

pip install -r requirements.txt

Running the tool

python -m career YOUR_SPARTAN_TOKEN

As I mentioned in my blog post, I intentionally didn't bake in the authentication logic here because I wanted a quick and dirty solution to my problem, but if you want to do it the right way, you can read my other blog post on how to authenticate against the Halo Infinite API. For the time being, however, you can grab a token from Halo Waypoint after you log in (look for the X-343-Authorization-Spartan header).

Feedback

If you have feedback or comments, open an issue.