Skip to content

Python wrapper for the eRepublik API with HMAC authentication

License

Notifications You must be signed in to change notification settings

Curlybear/erepublik-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erepublik-api

Python wrapper for the eRepublik API with HMAC authentication. https://api.erepublik.com/doc/

Install

pip install erepublik-api

Usage

from erepublik_api import ERepublikAPIClient

client = ERepublikAPIClient(public_key="your_key", private_key="your_secret")
response = client.api_call("citizen", "profile", {"citizenid": "2"})
print(response)

About

Python wrapper for the eRepublik API with HMAC authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages