Skip to content

gdg-garage/dungeons-and-trolls-example-python-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dungeons and Trolls Python bot

This project implements a Python bot for the Dungeons and Trolls RPG game https://github.com/gdg-garage/dungeons-and-trolls.

Installation

To install the bot, you will need to have Python 3 installed. Once you have it, you can create a virtual environment:

python3 -m venv venv

Once the virtual environment is created, you can activate it and install the bot's dependencies:

source venv/bin/activate
pip install -r requirements.txt

Usage

  • Add your API key to the .env file under API_KEY keyword. You
API_KEY=myawesomeapikey
  • Run the bot with
python3 bot.py

About

Example Python bot for Dungeons and trolls RPG game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages