plugin-hub icon indicating copy to clipboard operation
plugin-hub copied to clipboard

Create flipping-copilot

Open cbrewitt opened this issue 1 year ago • 1 comments

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:

buy

sell

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.

cbrewitt avatar Mar 06 '24 16:03 cbrewitt

New plugin flipping-copilot: https://github.com/cbrewitt/flipping-copilot/tree/ff9e322c18a8e6390d950c19e58ecb1f4e7d5672

Thank you for reviewing, I've merged the warning.

cbrewitt avatar Apr 18 '24 15:04 cbrewitt