dormando / python-screeps

Unofficial client for the Screeps Unofficial API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"]

About

Unofficial client for the Screeps Unofficial API


Languages

Language:Python 100.0%