Skip to content

TimeleapLabs/graphql-example-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kenshi Deep Index GraphQL example for Python

This is an example Python app querying the Kenshi Deep Index endpoint for GraphQL. This project uses requests for making GraphQL requests.

How to run

To run this example, first install the dependencies using the following command:

$ pip3 install requests

Then, to run the project you can do:

$ python3 main.py

Notes

You need to replace API_KEY with your API key, and API_KEY_OWNER with the wallet address of the API key owner.

Kenshi GraphQL Documentation

You can find the Kenshi Deep Index GraphQL documentation here.

About

Kenshi Deep Index GraphQL example for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages