Devwarlt / pyrelay

A framework to connect and interact with the game Realm of the Mad God written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Copy the file Accounts_ex.json, rename the copy to Accounts.json and remove the comments

Then in the file Accounts.json insert the email+password for the account(s) you want to use

Look in Accounts_ex.json to see how different accounts and proxies are used.

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

About

A framework to connect and interact with the game Realm of the Mad God written in Python

License:MIT License


Languages

Language:Python 100.0%