{"id":15292859,"url":"https://github.com/yepcord/server","last_synced_at":"2026-03-12T10:02:20.373Z","repository":{"id":179478001,"uuid":"521992618","full_name":"yepcord/server","owner":"yepcord","description":"Unofficial discord backend implementation in python.","archived":false,"fork":false,"pushed_at":"2024-11-07T15:56:50.000Z","size":6706,"stargazers_count":3,"open_issues_count":22,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-09T14:52:37.499Z","etag":null,"topics":["chat","chat-server","discord","discord-backend","discord-server","python","python-api","self-hosted"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yepcord.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-06T16:05:04.000Z","updated_at":"2025-01-03T13:33:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"9b25c82f-42d8-4e52-aebd-be5c5aca6488","html_url":"https://github.com/yepcord/server","commit_stats":null,"previous_names":["yepcord/server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yepcord%2Fserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yepcord%2Fserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yepcord%2Fserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yepcord%2Fserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yepcord","download_url":"https://codeload.github.com/yepcord/server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248476813,"owners_count":21110358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chat","chat-server","discord","discord-backend","discord-server","python","python-api","self-hosted"],"created_at":"2024-09-30T16:28:53.425Z","updated_at":"2026-03-12T10:02:11.960Z","avatar_url":"https://github.com/yepcord.png","language":"Python","readme":"# YEPcord server\nUnofficial discord backend implementation in python.\n\n[![Stand With Ukraine](.github/banner-direct.svg)](https://stand-with-ukraine.pp.ua)\n\n# Setup\n**Requirements:**\n - Python 3.9+\n - Poetry (Optional)\n \n**Setup**:\n1. Clone yepcord repository:\n    ```bash\n    git clone https://github.com/yepcord/server yepcord-server \u0026\u0026 cd yepcord-server\n    ```\n2. Install requirements:\n    ```bash\n    poetry install\n    ```\n3. (Optional) Install and start redis, mysql/mariadb.\n4. (Optional) Fill config file (example in config.example.py) with your values.\n5. Run (with your config): \n    ```bash\n    poetry run yepcord migrate -c yepcord-config.py\n    poetry run yepcord run_all -c yepcord-config.py\n    ```\n   Run (with default config): \n    ```bash\n    poetry run yepcord migrate\n    poetry run yepcord run_all\n    ```\n   \n**Install as python package and run (simple method):**\n1. Install yepcord-server from pypi:\n    ```bash\n    pip install yepcord-server\n    ```\n2. (Optional) Install and start redis, mysql/mariadb.\n3. (Optional) Fill config file (example in config.example.py) with your values.\n4. Run (with your config): \n    ```bash\n    yepcord migrate -c yepcord-config.py\n    yepcord run_all -c yepcord-config.py\n    ```\n   Run (with default config): \n    ```bash\n    yepcord migrate\n    yepcord run_all\n    ```\n\n\n### License\n\n**Any commit before 10.04.2023 is also covered by this license.**\n\nCopyright (C) 2023 RuslanUC\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as\npublished by the Free Software Foundation version 3 of the\nLicense\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License\nalong with this program. If not, see https://www.gnu.org/licenses/agpl-3.0.de.html","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyepcord%2Fserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyepcord%2Fserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyepcord%2Fserver/lists"}