-
Run the following to install dependencies:
pip install -r requirements.txt
-
Create a Discord token (see Creating a discord bot & getting a token)
-
Open the
creds-default.py
file, and replace 'YOUR TOKEN HERE' with your Discord Token. Rename the file tocreds.py
For added flexibility, Turn Taker can also load game data from Google sheets that are in the Story Synth Shuffled format. In order to do so, additional credentials are required.
-
Follow steps 1 through 5 from gspread for setting up a Service Account for a bot
-
Create a file called
creds.json
in thebot
folder, and place the credentials information there (note: not the location suggested by gspread)