World of Warcraft fishing bot powered by Computer Vision and Deep Learning.
Note: Usage of this bot is abuse of World of Warcraft terms of service. Please, don't use it to abuse fishing.
All actions on this video are being performed by deepfish bot.
showcase.mp4
- Platforms: Windows (tested on Windows 10)
- Runs on CPU.
- No memory modification (it's sneaky to anti-cheats!)
- Well-tested and should work both on Classic and Retail version.
git clone https://github.com/Datasciensyash/deepfish.git
cd deepfish
pip install .
Note: Use new environment to install this bot.
Start bot with following command:
run_deepfish_bot -k FISHING_KEY
And if you don't want to see logs, add --suppress_logging
flag:
run_deepfish_bot -k FISHING_KEY --supress_logging
Where FISHING_KEY
is key assigned to a fishing skill, e.g. 0
.
Bot & Model training - Datasciensyash
Dataset gathering & Model training - LisenKapusta