Viper is a Discord bot designed to reference answers from past conversations, streamlining user interactions and improving the overall chat experience.
$ git clone git@github.com:viper-Deploy2023/viper.git
$ cd viper
$ pip install -r requirements.txt
To use this program, you need to create a Discord Application. Navigate to the Bot section, and find the token. To import the token as an environment variable, run the following in the shell:
$ echo "export DISCORD_TOKEN='yourtoken'" >> ~/.bashrc
$ source ~/.bashrc
$ exec bash
Then, you can execute by running:
$ python main.py
viper is licensed under AGPL, as included in the LICENSE file.
- Copyright (C) 2023 Viper Deploy2023 Team
- Andrew Diep adiep@dons.usfca.edu
- Jake Polintan ajpolintan@dons.usfca.edu
- Tao Tien tltien@dons.usfca.edu
- Yiyu Zhou yzhou155@dons.usfca.edu
Please see the Git history for individual authorship information.