Skip to main content

A Python abstraction layer for the Helldivers 2 API

Project description

Helldivers 2 Python API

A Python abstraction layer for the Helldivers 2 API

Key Features

  • Fully typed data model
    • Planets
    • Sectors
    • Factions
    • Events
    • Campaigns
    • Attacks
  • Supports multiple APIs
    • Wraps the HellDiversTrainingManual API
    • Wraps the kinda unofficial internal HellDivers2 API
  • Simple to use
    • Use your IDE's autocompletion to simply traverse the data model tree
  • Easy Install

How To Use

Simply install the PyPI package via pip.

Make sure to check out the examples.

Minimal usage example

from helldivers2_api.api_client import ApiClient
from helldivers2_api.planet_info_table import get_planet_by_id

my_client = ApiClient()

war_status = my_client.get_war_status()

print(war_status.planet_attacks)

#  [
#    PlanetAttack(source_planet_id=125, target_planet_id=34), 
#    PlanetAttack(source_planet_id=168, target_planet_id=34),
#    ...
#  ]

planet_name = get_planet_by_id(34).name
print(planet_name)

#  Hellmire

Credits

This software uses the following open source packages:

License

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                Version 2, December 2004

Copyright (C) 2024 David Rodenkirchen <davidr.develop@gmail.com>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

        DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

helldivers-2-api-0.0.3.tar.gz (15.9 kB view hashes)

Uploaded Source

Built Distribution

helldivers_2_api-0.0.3-py3-none-any.whl (18.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page