Skip to content

A bot written in python that plays the educational game Gimkit

Notifications You must be signed in to change notification settings

delta-12/gimkit_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gimkit_bot

A bot written in python that plays the educational game Gimkit.

Dependencies

python3.8

selenium

chrome

chromedriver

Usage

Install dependencies and specify location of chromedriver, i.e.

"/usr/bin/chromedriver"

Make bot.py executable

chmod +x bot.py

Run bot.py and specify a game code and name

./bot.py <code> <name>

Docker

Build docker image

docker build -t gimkit_bot .

Run docker image

docker run --rm --name gimkit_bot -e CODE=<code> -e NAME=<name> -it gimkit_bot

About

A bot written in python that plays the educational game Gimkit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published