Unofficial discord backend implementation in python.
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):
Run (with default config):
poetry run yepcord migrate -c yepcord-config.py poetry run yepcord run_all -c yepcord-config.py
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):
Run (with default config):
yepcord migrate -c yepcord-config.py yepcord run_all -c yepcord-config.py
yepcord migrate yepcord run_all
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