mirror of https://gitlab.com/litecord/litecord.git
With this comment we have a proper READY event that can be successfully parsed by discord.py! hooray for progress! - gateway.websocket: add dummy handler for op 1 - gateway.websocket: change op 0 to op 2 - storage: fix 'None' strings on channel IDs - run: use logbook.compat.redirect_logging() |
||
|---|---|---|
| litecord | ||
| .gitignore | ||
| LICENSE | ||
| Pipfile | ||
| Pipfile.lock | ||
| README.md | ||
| config.example.py | ||
| run.py | ||
| schema.sql | ||
README.md
litecord
Litecord is a free as in freedom implementation of Discord's backend services.
Rewrite of [litecord-reference]. [litecord-reference]: https://gitlab.com/lnmds/litecord-reference
Install
- Python 3.6 or higher
- PostgreSQL
We use [pipenv] to manage our dependencies. [pipenv]: https://github.com/pypa/pipenv
$ git clone https://gitlab.com/lnmds/litecord
$ cd litecord
# install all packages, including dev-packages
$ pipenv install --dev
Running
# drop into the virtualenv's shell
$ pipenv shell
# boot litecord
$ hypercorn run:app