vaezim / Helping-Hand

A cheater bot for online chess websites: lichess.org and chess.com
MIT License
13 stars 2 forks source link

update pls :D #16

Open Hamster4u opened 4 weeks ago

vaezim commented 4 weeks ago

You can fork and develop :D

Hamster4u commented 4 weeks ago

You can fork and develop :D

im not good at py

vaezim commented 4 weeks ago

Im into C++ these days. Don't like python anymore.

Hamster4u commented 4 weeks ago

Im into C++ these days. Don't like python anymore.

true, i dont like python, but i can re make this tool in c++

vaezim commented 4 weeks ago

This kind of tools are easier with scripting languages since they are IO bound not CPU bound. Performance is not an issue. I've used selenium webdriver to control the page. There isn't any good webdriver is C++. (since no one moves to C++ for this kind of work)

vaezim commented 4 weeks ago

If you like chess and C++, checkout this repo. Its straightforward and easy to get started. There are lots of todos.

https://github.com/vaezim/Shohih

Hamster4u commented 4 weeks ago

If you like chess and C++, checkout this repo. Its straightforward and easy to get started. There are lots of todos.

https://github.com/vaezim/Shohih

well thx, but i use more c#