Metadata-Version: 2.1
Name: mrcs
Version: 0.1.4
Summary: A library to create bots for MRCS (custom msgroom server)
Author-email: GEOEGII555 <geoegii2001555@gmail.com>
Project-URL: Homepage, https://github.com/GEOEGII555/mrcs.py
Project-URL: Bug Tracker, https://github.com/GEOEGII555/mrcs.py/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: python-socketio >=5.9.0
Requires-Dist: websocket-client

# MRCS bot library
Create a MRCS (custom Windows 96 msgroom server) bot using this library! This is a fork of [another library made by me](https://github.com/GEOEGII555/w96msgroom.py).
<details><summary>GitHub doesn't let you fork your own repository directly</summary>
<img alt="You can't directly fork your own library" src="https://github.com/GEOEGII555/mrcs.py/assets/57674559/63d1d5bd-b6ac-485f-b71f-31b11f4bb621" /></details>

# What is Windows 96 msgroom?
A website where you can talk with other people: [Click here](https://msgroom.windows96.net/).
# What is MRCS?
A custom server for that website. [Click here](https://github.com/nolanwhy/msgroom-custom-server)
# Installation
To install from PyPi, use this command:
```
<your python interpreter> -m pip install --upgrade mrcs
```
## Getting the latest developer version
To get the latest developer version, first clone this repository:
```
git clone https://github.com/GEOEGII555/mrcs.py mrcs
```
Then go to the newly cloned directory with `cd mrcs` and run:
```
<your python interpreter> -m pip install .
```
And it should be done.

# Documentation

The documentation is located on our [GitHub repository](https://github.com/GEOEGII555/mrcs.py). See the `documentation` folder.
