Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gill-singh-a/typeracer-bot

A Python Program that uses Selenium to simulate typing in TypeRacer.
https://github.com/gill-singh-a/typeracer-bot

bot python python3 selenium typeracer typeracer-bot

Last synced: 14 days ago
JSON representation

A Python Program that uses Selenium to simulate typing in TypeRacer.

Awesome Lists containing this project

README

        

# TypeRacer Bot
A Python Program that uses Selenium to simulate typing in [TypeRacer](https://play.typeracer.com)

## Requirements
Language Used = Python3

Packages/Modules used:
* datetime
* selenium
* optparse
* colorama
* time

Install the dependencies:
```bash
pip install -r requirements.txt
```