Skip to content

Savoie-J/Star-Caller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Star-Caller

Utilize the following commands, in order, in the terminal window to run this program. If running your own bot, initialize a file titled .env and declare your bots discord token there in the following format:

token = place your token here api = "place the str(url) to your api endpoint here"

Command Guide

python -m venv venv

Enables the virtual environment.

if on Windows;

.\venv\scripts\activate

if on macOS/Linux;

source venv/bin/activate

Activates the generated virtual environment.

pip install -r requirements.txt

Installs all dependencies specified in the requirements file.

python main.py

Runs the python program.

Ctrl + C

Terminates the python program.

deactivate

Deactivates the virtual environment.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages