nate-brant / cheatingbee

A Twitter bot designed to cheat at the New York Times Spelling Bee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐝 Cheating Bee 🐝

Cheating Bee is a Twitter bot designed to cheat at the New York Times Spelling Bee

INSTALLATION

In order to run the project you must:

  1. Install python 3.7
  2. Install pipenv
  3. Install Google Chrome
  4. Install Chrome driver
  5. Get a Twitter developer account
  6. Store Twitter API and account tokens in environment variables

Clone this repository navigate to the directory and run:

$ pipenv install
$ pipenv shell

When you want to run the bot, from the pipenv shell use:

$ python cheatingbee

To run tests you must install developer dependencies and run:

$ pipenv install -d
$ python -m pytest

About

A Twitter bot designed to cheat at the New York Times Spelling Bee

License:MIT License


Languages

Language:Python 100.0%