36 lines
637 B
Markdown
36 lines
637 B
Markdown
|
h2
|
||
|
==
|
||
|
|
||
|
Or
|
||
|
|
||
|
H: revenge of the trolls
|
||
|
|
||
|
The matrix version of the shitposting utility bot you won't be able to live without.
|
||
|
|
||
|
Setup
|
||
|
-----
|
||
|
|
||
|
- Install the virtualenv and all of the deps with the handy `env.sh` script.
|
||
|
- Create a https://matrix.org account and add it to the config:
|
||
|
|
||
|
```yaml
|
||
|
me:
|
||
|
user: >-
|
||
|
@h:matrix.org
|
||
|
password: OMITTED HERE YOU HACKERS
|
||
|
homeserver: https://matrix.org
|
||
|
|
||
|
masters:
|
||
|
- >-
|
||
|
@Xena:matrix.org
|
||
|
```
|
||
|
|
||
|
- Save this as config.yml
|
||
|
- Kick off `main.py`
|
||
|
|
||
|
Notes / Known Bugs
|
||
|
------------------
|
||
|
|
||
|
- This must already be joined to channels and cannot join them
|
||
|
- This is really janky and could fall over at any moment
|