aomarket-bot

Standalone Anarchy Online market-tracking bot

View the Project on GitHub zznathans/aomarket-bot

api

The FastAPI control surface — every operation MarketService supports, exposed over HTTP, plus a small set of endpoints for observing/poking the bot thread directly.

Files

How it’s used

main.py calls create_app() with real implementations of every dependency and runs it under uvicorn on the FastAPI event loop, while the bot (if configured) runs on its own separate thread — see bot/README.md for the concurrency model that call_on_bot() bridges.