Skip to content

Latest commit

Β 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 

Repository files navigation

OGame Ninja β€” Tutorials & Advanced Reference (Unofficial)

Practical guides and a machine-readable reference for advanced OGame Ninja bot users β€” built so you can feed it to an AI and have it help you write scripts and panel-automation code.

⚠️ Unofficial project. Not affiliated with Gameforge or OGame Ninja. For educational use.


πŸ€– Feed this to your AI (LLM)

This repo ships an anonymized, LLM-ready reference bundle in ninja-reference/. Its whole purpose is to give an AI assistant awareness of what OGame Ninja can do β€” its control panel (HTTP API + database), browser automation, module behavior and error handling β€” so the AI can help you build real automation projects instead of guessing.

Two ways to load it:

Goal Use this
Point an AI / RAG pipeline at the docs ninja-reference/llms.txt β€” a manifest that routes the model to the right file
Paste or upload everything in one shot ninja-reference/ninja-reference-public-full.md β€” every doc concatenated into a single file

Example prompt: "Read the attached OGame Ninja reference and help me write a Python + Playwright script that creates a bot and uploads an Anko script through the panel API."


πŸ“š What's inside ninja-reference/

Focused on driving and operating the bot programmatically. Writing .ank scripts is intentionally left to the official documentation, so this bundle does not duplicate it.

Layer Folder Contents
Control plane 01-control-plane/ Panel HTTP API + SQLite schema; panel URLs + CSS selectors (Playwright)
Operation 02-operation/ Module behavior (Brain / Scanner / Hunter / Defender / Farmer / …) + error & troubleshooting catalog

Every file starts with YAML frontmatter (title, category, layer, tags, summary) for clean RAG chunking and retrieval.


πŸ”’ Anonymized

All example values are fictional placeholders (ServerA, sXXX-en, EXAMPLE_*, user@example.com, RFC 5737 documentation IPs). Nothing here is real configuration β€” treat every value as an example.


πŸ“– More

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors