feat: Add initial Mobilizon => Discord sync (#1)
Closes #2 , #3 Co-authored-by: Piotr Gaczkowski <DoomHammerNG@gmail.com> Reviewed-on: #1 Reviewed-by: leming leming <leming@hs3.pl>
This commit is contained in:
parent
246ef4c829
commit
2ec156422b
14 changed files with 742 additions and 57 deletions
|
|
@ -6,6 +6,12 @@ Share events between services.
|
|||
|
||||
Nix is required.
|
||||
|
||||
- Add cachix binary cache (this will speed up building):
|
||||
|
||||
```bash
|
||||
cachix use hs3city
|
||||
```
|
||||
|
||||
- Set up environment.
|
||||
|
||||
```bash
|
||||
|
|
@ -21,7 +27,7 @@ pre-commit install
|
|||
- Install as editable package.
|
||||
|
||||
```bash
|
||||
pip install -e .
|
||||
uv pip install -e .
|
||||
```
|
||||
|
||||
## Run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue