Skip to main content

This library provides a Python interface to the API of Anacreon 3, which is an online 4X game produced by Kronosaur Productions, LLC.

Project description

anacreonlib

This unofficial library provides a Python interface to the API of Anacreon 3, which is an online 4X game produced by Kronosaur Productions, LLC..

Usage

Authentication (version 1.0)

from anacreonlib import Anacreon

api = Anacreon("Username", "Password")
api.gameID = GAME_ID
api.sovID = SOV_ID

You can find GAME_ID by looking at the URL when you play Anacreon in your browser.
For example, when I play on my Era 4 Alpha empire, the url is http://anacreon.kronosaur.com/trantor.hexm?gameID=4365595. Therefore, the game ID for the Era 4 Alpha is 4365595

Your SOV_ID is equal to

api.sovID = api.get_game_info()['userInfo']['sovereignID']

Personally, I run this once and write down the result somewhere

Getting all objects in the game

objects = api.get_objects()

After this call, objects will be a dict, where the key is the ID of the object, and the value is a dict which contains data specific to that object, such as resources contained in the object, which sovereign owns the object, etc. More information can be found on the wiki.

Rate Limits

The API has rate limits which are detailed in this Ministry record. Beware that they apply to both any scripts you write AND the online client.

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

anacreonlib-2.0.0a6.tar.gz (17.1 kB view hashes)

Uploaded Source

Built Distribution

anacreonlib-2.0.0a6-py3-none-any.whl (19.7 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