Skip to content

yunranyang040206/AI_Chatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

UTMIST Discord Chatbot Ver. 2 for testing purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 81.9%
  • PowerShell 14.5%
  • C 2.7%
  • Other 0.9%