-
Member
poe bot source
Hey everyone!
I’d like to share the source code of my bot, which has been working reliably until now. However, it will soon become outdated, but I hope some of you might find its ideas, algorithms, or approach useful.
You can find the code here: GitHub - tachikoma-av/poe_bot. Feel free to use, modify, or adapt it to your needs – I’ll be happy if it proves useful to you!
If you have any questions or want to discuss how it works, just reach out – I’m always happy to share my experience 😊
Thanks to everyone for the interest and support!
-
Post Thanks / Like - 2 Thanks
-
Member
hican you teach me how it works?
-
Member
Originally Posted by
blakadiv2024
hican you teach me how it works?
in general:
- you run a webserver inside exileapi, so youre able to get the data about what's happening in path of exile window
- you get the data from that webserver, process it via "1_guest", decide which action to make, convert it to raw action or series (keyboard\mouse input)
- send a command to "0_guest" which executes raw action (keyboard\mouse input)
-
Active Member
hi! why did you take the starnge detour with the webserver? just to write in python instead a exileapi plugin?
-
Member
Originally Posted by
dirkbach666
hi! why did you take the starnge detour with the webserver? just to write in python instead a exileapi plugin?
I'm not familiar with reverse engineering, so getting the data + supporting it would add extra pain.
I did try computer vision instead of memory reading, but abandoned, since navigation was a bit complicated.
-
Member
Interesting project. I once wanted to make a bot using computer vision, but I didn't have enough brains
. I would be interested in adding my own scenarios or strategies to your bot, but after reading maps.ipynb I realized that I again don't have enough brains to add anything there, nor time to figure out the code, without any launcher.
If you develop the project, I will be happy to watch you.