Viper is a Discord bot designed to reference answers from past conversations, streamlining user interactions and improving the overall chat experience.
$ git clone [email protected]: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 [email protected]
- Jake Polintan [email protected]
- Tao Tien [email protected]
- Yiyu Zhou [email protected]
Please see the Git history for individual authorship information.