Metadata-Version: 2.3
Name: ffxiahbot
Version: 5.0.1
Summary: A command line tool for interacting with a FFXI server.
Project-URL: Documentation, https://AdamGagorik.github.io/ffxiahbot/
Project-URL: Repository, https://github.com/AdamGagorik/ffxiahbot
Author-email: Adam Gagorik <adam.gagorik@gmail.com>
License: MIT License
        
        Copyright (c) 2024, Adam Gagorik
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: beautifulsoup4>=4.12.3
Requires-Dist: click>=8.1.7
Requires-Dist: pydantic>=2.8.2
Requires-Dist: pymysql>=1.1.1
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: requests>=2.32.3
Requires-Dist: rich>=13.8.0
Requires-Dist: sqlalchemy>=2.0.32
Requires-Dist: typer>=0.12.5
Description-Content-Type: text/markdown

# [FFXI Auction House Bot][ghWeb]

A set of command-line tools for interacting with the auction house of a private FFXI server.

Please see the [docs][ghWeb] for more information.

---

This project was originally developed for the [Darkstar][DSP] server, but it will also work with new variations below.

| FFXI Server Project | Status  |
| ------------------- | ------- |
| [Darkstar][DSP]     | defunct |
| [Topaz][TPZ]        | defunct |
| [Topaz-next][TPZN]  | defunct |
| [LandSandBoat][LSB] | current |

---

## [Features][ghWeb]

- Create a database of item prices by scraping ffxiah.com.
- Start a bot that can buy items put up for sale by players.
- The bot can also stock the auction house with items for players to buy.

---

[ghRep]: https://github.com/AdamGagorik/pydarkstar
[ghWeb]: http://adamgagorik.github.io/pydarkstar
[DSP]: https://github.com/DarkstarProject/darkstar
[TPZ]: https://github.com/project-topaz/topaz
[TPZN]: https://github.com/topaz-next/topaz
[LSB]: https://github.com/LandSandBoat/server
