plugin-hub
plugin-hub copied to clipboard
Create flipping-copilot
Flipping Copilot is an AI-powered assistant designed to help users make GP by trading on the grand exchange. Flipping Copilot provides suggestions on which items to flip, optimal prices and quantities for buying and selling, and when to cancel existing offers to maximize profit per hour. Below are some screenshots from the UI:
The AI model runs on an external server and is accessed through a JSON web API. The plugin sends the user's Grand Exchange offers and inventory to the web service, and then the service provides a suggestion action, as shown in the above screenshots. The code which interacts with the web service is contained in ApiRequestHandler.java.
New plugin flipping-copilot: https://github.com/cbrewitt/flipping-copilot/tree/ff9e322c18a8e6390d950c19e58ecb1f4e7d5672
Thank you for reviewing, I've merged the warning.