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
- Only dependency is requests!
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file helldivers-2-api-0.0.3.tar.gz
.
File metadata
- Download URL: helldivers-2-api-0.0.3.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee01ed5b30d2b79478d2dd6c620fa1edfd804c76a1a1d42e67da002fef7f19a5 |
|
MD5 | 105625311534aa1f29967967cb9818c3 |
|
BLAKE2b-256 | 4e778a250ab4d2a7b9f1ad5185f34519ddb46678e940bd1b9c0c7d741576a23f |
File details
Details for the file helldivers_2_api-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: helldivers_2_api-0.0.3-py3-none-any.whl
- Upload date:
- Size: 18.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfea1287b93fe9f9368591b2d4b2080659b575adaf837a3f8753742fc6b2a437 |
|
MD5 | 5a6933d84c3ce562aabf79b99d7e7fff |
|
BLAKE2b-256 | 6c527183cdf91d403fae3352a01455258d87f2cc2a33ad861e28cf01d36750fb |