A professional-grade Python tool for EVE Online traders to find arbitrage opportunities and compare prices across New Eden using the ESI API.
- Cross-Regional Search: Instantly compare prices between Jita, Amarr, Dodixie, and Rens.
- Real-time Data: Fetches the latest market orders directly from EVE Swagger Interface (ESI).
- Arbitrage Finder: Automatically highlights "Buy Low, Sell High" opportunities.
- User-Friendly: Simple command-line interface (and future Web UI).
- Language: Python 3.10+
- API: EVE ESI
- Libraries:
requests,pandas(for data magic)
- Clone the repo:
git clone [https://github.com/transingway/EVE-Market-Scanner.git](https://github.com/transingway/EVE-Market-Scanner.git)