pyrelay is a client which can connect to Realm of the Mad God written in Python.
This project is inspired by nrelay
Use the package manager pip to install the packages in requirements.txt
pip install -r requirements.txt
Open the file Accounts.json
and insert the email+password for the account(s) you want to use
If you want to use a proxy for that account add the following to the account in Accounts.json
"proxy": {
"host": "ip",
"port": 1234,
"type": 5,
"username": "username",
"password": "password"
}
The folder Plugins
is where you make the plugins the clients will use. All plugins should be thread safe
To start the bot simply run pyrelay.py from the cmd
pyrelay.py