FoxBot is a simple Python bot built to poke fun at a friend
First things first, make sure you have python3 and pipenv installed.
Follow this guide up to and including "Install pipenv"
Once that's done, follow the steps below.
-
git clone git@github.com:ricky-davis/FoxBot.git -
cd FoxBot -
pipenv install -
Rename
example_config.pytocustom_config.pyand add your bot-token in quotes in place of "BOT_TOKEN". -
pipenv run python FoxBot.py