A simple selenium automation written in python 3.8 to win at skribbl.io games. I wrote this simple script to show to my ex-girlfriend's little sister, a passionate skribbl.io player, how funny can programming actually be.
- English
- German
Could support any language if you create or scrape a specific wordlist for the lang that you want and add 2 lines of code in guesser.py source to make it selectable via arguments.
git clone https://github.com/4n4nk3/scribbl-io-guesser.git
cd scribbl-io-guesser
pip install -r requirements.txt
python guesser.py --lang English
- A new Google Chrome window will open.
- Use that window to join a game of skribbl.io.
- When inside the lobby select the terminal in which the script is running and press enter.
- Wait for skribbl-io-guesser to win for you!
usage: guesser.py [-h] --lang LANG
A simple selenium automation written in python to win at https://skribbl.io game.
optional arguments:
-h, --help show this help message and exit
required arguments:
--lang LANG Select desired language (eng, ger)