An API for Influence (influenceth.io)
Project description
Influence API
A python API for Influence.
Development
You must have an API key from Influence to develop or use the API. Contact DarkosNightmare#8555 on Discord, and request a production API key.
The preferred development environment is GitPod.
You will need the following environment variables defined to run unit tests:
INFLUENCE_CLIENT_IDINFLUENCE_CLIENT_SECRET
Otherwise, tests relying on the live API will be skipped.
Usage
from influence_api import InfluenceClient
client = InfluenceClient(client_id="", client_secret="")
# Retrieve an asteroid
asteroid = client.get_asteroid(1)
# Retrieve a crew member
crewmember = client.get_crewmate(1)
# Use string options for key values (if applicable)
crewmember2 = client.get_crewmate(1, names=True)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file influence-api-0.2.2.tar.gz.
File metadata
- Download URL: influence-api-0.2.2.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa4c860d97a1a61b2ead903144afe1ded6cccf2a2a39cb036dfe99e955c93d66
|
|
| MD5 |
18e1ff49de89df90a58777e761121e66
|
|
| BLAKE2b-256 |
ccef5ecb37bedc28b50737b94621bcbc3893aca9f1a9c5b2504be5d921483c02
|
File details
Details for the file influence_api-0.2.2-py2.py3-none-any.whl.
File metadata
- Download URL: influence_api-0.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
576d65cd093df262f78f068b84068533974aa595d41a8973e95b38aa2ff101af
|
|
| MD5 |
d8daa281c46b5a12aa2b5e944785a52b
|
|
| BLAKE2b-256 |
07495f114462645d5c5a0b31c877f4263362db73c290c1c4a7ad209d7aabaa95
|