/pyrelay

A framework to make bots and connect to Realm of the Mad God written in Python

Primary LanguagePythonMIT LicenseMIT

pyrelay

pyrelay is a client which can connect to Realm of the Mad God written in Python.

This project is inspired by nrelay

Installation

Use the package manager pip to install the packages in requirements.txt

pip install -r requirements.txt

Setup

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

Plugins

The folder Plugins is where you make the plugins the clients will use. All plugins should be thread safe

Running

To start the bot simply run pyrelay.py from the cmd

pyrelay.py