mjaglarz / rasa-chatbot

Rasa based chatbot in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rasa based chatbot in Python

Third assignment for Scripting languages classes.

Prerequisites:

  1. Discord bot -> create .env file in the discordAPI directory and set DISCORD_TOKEN
  2. Discord library -> pip install discord.py
  3. Rasa library -> pip install rasa

How to run:

Three command line windows with the following commands sequentially in them:

  • rasa run actions
  • rasa run
  • python3 discordAPI/chatbot.py

Chatbot allows you to check schedule of imaginary tournaments, see what games will be played, and add player to a tournament for a specific game. When a player is added to a tournament, they are given a number and start time information.

About

Rasa based chatbot in Python

License:MIT License


Languages

Language:Python 100.0%