Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

4n4nk3/skribbl-io-guesser

Repository files navigation

skribbl-io-guesser

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.

Supported languages:

  • 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.

Requirements:

Setup instructions:

git clone https://github.com/4n4nk3/scribbl-io-guesser.git
cd scribbl-io-guesser
pip install -r requirements.txt

How to use:

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!

Help:

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)

About

A simple selenium automation written in python to win at skribbl.io games.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages