Skip to content

The core API that will work as an API and include a bot to fully manage Senarc.

License

Notifications You must be signed in to change notification settings

Senarc-Studios/Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


The backend system that controls and manages Senarc's Discord Guilds.


Discord

Quickstart Guide

Installing Packages

# Windows
pip install -U -r requirements.txt
# Other OS
python3 -m pip install -U -r requirements.txt

Constants File

  1. Rename the file in assets/json/constants-template.json into constants.json
  2. Replace all the constants with valid values from application and Discord Guild.

Running Bot Client

# Windows
python ./bot.py
# Other OS
python3 ./bot.py

Running API Client

# Windows
python -m uvicorn main:app --reload --host 127.0.0.1 --workers 2 --port 2000
# Other OS
./start.sh

About

The core API that will work as an API and include a bot to fully manage Senarc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published