A tool to fetch and display item prices for the Albion Online game.
- Fetches item prices from the Albion Online API.
- Displays minimum and maximum sell and buy prices for each item.
- Supports specifying a game location for price retrieval.
- Clone the repository:
git clone https://github.com/Drayff/ao-prices-parser.git
. - Navigate to the project directory:
cd ao-prices-parser
. - Install dependencies:
pip install -r requirements.txt
. - Specify the city for the price parse in
config.ini
.
- Run the
python process_items_file.py
script to create an "items.txt" file with the item id, or create the "items.txt" file yourself and enter the parsing IDs you need. - Run the script:
python parce_price.py
to start items parcer.
Contributions are welcome!