Skip to content

UTMIST/ChatbotV2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

67b404a · Mar 21, 2025

History

56 Commits
Feb 18, 2025
Mar 12, 2025
Feb 22, 2025
Nov 9, 2024
Feb 16, 2025
Mar 21, 2025
Mar 21, 2025
Nov 9, 2024
Nov 10, 2024
Mar 21, 2025
Nov 23, 2024
Mar 12, 2025

Repository files navigation

UTMIST Discord Chatbot

Setup:

  • clone repo
  • create a virtual environment (venv)
    • windows: python -m venv utmist-chatbot-env
    • mac/unix: python3 -m venv utmist-chatbot-env
  • make sure you are in the project directory and activate the (venv).
    • windows (powershell): utmist-chatbot-env\Scripts\activate
    • windows (bash): source utmist-chatbot-env/Scripts/activate
    • mac/unix: source utmist-chatbot-env/bin/activate
  • next install dependencies via pip install requirements.txt
    • if the above command fails run: pip install --upgrade -r requirements.txt --user

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published