Skribbl.io-Bot

My try at creating fully automated game bot.

Features

Contributing

We are welcome any contributing: bug fixes, improvements, code refactoring and other stuffs.

Dependencies

Install

Clone repository, then make sure that you have Dependencies installed in your system, then:

python draw_bot.py 'port' - not necessary default's to 5002 

You can always change settings:

# App settings
SETTINGS = {'port': '5002', 'join': '', 'language': 'English', 'x': 3, 'y': 4, 'shuffle': True}
# Connect user settings
await sio.emit('userData' , {"name": "­", "code":"", "avatar": [-1, -1, -1, -1], "join": SETTINGS['join'], "language": SETTINGS['language'], "createPrivate": False})
# Google search settings
arguments = {"keywords": word, "limit":10, "print_urls":False, 'no_download':True, 'safe_search':True, 'exact_size':'200,200', 'type': 'clipart', 'format': 'jpg'}

You should remember that the game does not allow more than 6 concurrent connections to 1 port so that means that the max amount of bots that you can run on 1 machine is 12.

Also because of how socketio work, if you want your bot to auto-reconnect you can run it via loop.bat and loop 5001.bat

Screenshots

Warning!

This code is published for educational purposes ONLY, I have no responsibility for how this code will be used, all responsibility lies on YOU. Please just don't be a FREAK. gl hf

License

MIT