0 purchases
yepcordserver 1.0.0b3
YEPcord server
Unofficial discord backend implementation in python.
Setup
Requirements:
Python 3.9+
Poetry (Optional)
Setup:
Clone yepcord repository:
git clone https://github.com/yepcord/server yepcord-server && cd yepcord-server
Install requirements:
poetry install
(Optional) Install and start redis, mysql/mariadb.
(Optional) Fill config file (example in config.example.py) with your values.
Run (with your config):
poetry run yepcord migrate -c yepcord-config.py
poetry run yepcord run_all -c yepcord-config.py
Run (with default config):
poetry run yepcord migrate
poetry run yepcord run_all
Install as python package and run (simple method):
Install yepcord-server from pypi:
pip install yepcord-server
(Optional) Install and start redis, mysql/mariadb.
(Optional) Fill config file (example in config.example.py) with your values.
Run (with your config):
yepcord migrate -c yepcord-config.py
yepcord run_all -c yepcord-config.py
Run (with default config):
yepcord migrate
yepcord run_all
License
Any commit before 10.04.2023 is also covered by this license.
Copyright (C) 2023 RuslanUC
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation version 3 of the
License
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses/agpl-3.0.de.html
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.