Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 441 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 441 Bytes

KanyeWeast

Multi-purpose discord bot started as a collaborative project among university students experimenting with APIs.

To get everything up and running:

  • Clone the repo.
  • cd to repo
  • pip3 install virtualenv if not installed
  • virtualenv bot_env
  • source bot_env/bin/activate
  • pip3 install -r requirements.txt
  • Then you can run python3 main.py
  • If you want a shell script to this submit an issue and I'll make it.