Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.29 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.29 KB

viper

Viper is a Discord bot designed to reference answers from past conversations, streamlining user interactions and improving the overall chat experience.

Screenshots

viper0 viper1

Installation

$ git clone [email protected]:viper-Deploy2023/viper.git
$ cd viper
$ pip install -r requirements.txt

Usage

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

License

viper is licensed under AGPL, as included in the LICENSE file.

Please see the Git history for individual authorship information.