GitHunt
DO

dormando/python-screeps

Unofficial client for the Screeps Unofficial API

screepsapi

Setup:

  • If you don't have pip, install pip.
    • Why don't you have pip.
  • Install the package requirements (currently request and websocket) if you don't have them.

Example use:

import screepsapi
user = "MyUsername"
password = "TimeTravelingSecretAgentForHire"

api = screepsapi.API(user, password)
user = api.user_find("tedivm")
print user["user"]["gcl"]

Languages

Python100.0%

Contributors

Created November 13, 2016
Updated September 10, 2024