Plugin for Seabird to get Old-School Runescape player information.
Level information:
<prefix>rlvl <server> <skill>[, <skill>...]
Skill rank information:
<prefix>rrank <server> <skill>[, <skill>...]
Experience information:
<prefix>rexp <server> <skill>[, <skill>...]
Configuration is passed via environment variables. You can also set values with a .env
file.
Expected values:
HOST_PORT
: host and port to connect to
TOKEN
: your core authentication token
$ pipenv shell
$ pipenv install
# Set configuration options
$ $EDITOR .env
$ cd runescape-plugin
$ python3 .