Home/Model Training/BOT-MMORPG-AI
BOT-MMORPG-AI logo

BOT-MMORPG-AI

Enrichment pending
ruslanmv/BOT-MMORPG-AI

BOT-MMORPG-AI is your personal gaming assistant that uses artificial intelligence to play your favorite MMORPG and RPG games automatically. It watches how YOU play, learns from your gameplay, and then

GraphCanon updated today · GitHub synced today

256
Stars
57
Forks
26
Open issues
12
Watchers
2w
Last push
Jupyter Notebook Apache-2.0Created Oct 15, 2021

Trust & integrity

Full report
Maintenance
Active (14d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

BOT-MMORPG-AI is your personal gaming assistant that uses artificial intelligence to play your favorite MMORPG and RPG games automatically. It watches how YOU play, learns from your gameplay, and then takes over the boring, repetitive tasks while you relax, work, or sleep.

Capability facts

CLI
CLI entrypoint

Source: pyproject.toml:[project.scripts] · Jul 11, 2026

Languages
jupyter notebook, python

Source: github.language+pyproject.toml · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

**Prerequisites:** Python 3.10+, Git. For the desktop UI you also need [Rust](https://rustup.rs/) (run `rustup
Source link

Tags

README

🎮 Quick Start for Gamers

Windows 10/11 required. Linux and macOS are not currently supported for gameplay (training, inference, and input simulation depend on Windows APIs).

Don't worry - you don't need to be a programmer! We've made this super simple.


Option B: Install from Source

Prerequisites: Python 3.10+, Git. For the desktop UI you also need Rust (run rustup installer).

Linux / macOS (bash)
curl -LsSf https://astral.sh/uv/install.sh | sh
git clone https://github.com/ruslanmv/BOT-MMORPG-AI.git
cd BOT-MMORPG-AI
make install
Windows PowerShell

---

# 1. Install uv (Python package manager)
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"

---

# 2. Clone and install
git clone https://github.com/ruslanmv/BOT-MMORPG-AI.git
cd BOT-MMORPG-AI
pip install -e .

Windows note: make is not available by default on Windows. Use the pip/python commands shown below instead of make targets.

That's it! The bot is now installed.

Note: make install (Linux/macOS) or pip install -e . (Windows) installs core dependencies. A virtual environment (.venv/) is created automatically - you do NOT need to activate it manually.


Minimum Requirements

  • PC: Windows 10/11 (where you play your game)
  • Python: 3.8 or newer (we'll help you install it)
  • Space: 5GB free disk space
  • RAM: 8GB minimum, 16GB recommended
  • Game: Any supported MMORPG/RPG game

Quick Install with UV (Recommended)

curl -LsSf https://astral.sh/uv/install.sh | sh git clone https://github.com/ruslanmv/BOT-MMORPG-AI.git cd BOT-MMORPG-AI make install-all


Traditional Install

git clone https://github.com/ruslanmv/BOT-MMORPG-AI.git cd BOT-MMORPG-AI python -m venv venv venv\Scripts\activate # On Windows pip install -e ".[dev]"


</details>

---

---

### 1. Installation

First, install the launcher dependencies (specifically `Eel` and `Chromium` wrappers):

```bash
make install-launcher


Install Jupyter dependencies

pip install -e ".[jupyter]"


License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Copyright 2025 Ruslan Magana Vsevolodovna

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.