I hereby claim:
- I am turt2live on github.
- I am turt2live (https://keybase.io/turt2live) on keybase.
- I have a public key whose fingerprint is 72AF 0316 9A79 0B13 1145 AFBF 7D44 B5EA 1658 5CD5
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import io | |
| import json | |
| import re | |
| import base64 | |
| import argparse | |
| import requests | |
| # PYTHON 3 |
| config.json | |
| node_modules |
Caution: This requires some amount of technical knowledge about how matrix/riot works.
For reference, the original grey color scheme in Riot had a primary color of #595959 and a secondary color of #ececec
/devtools| # This should be the public-facing name (ie: dns name) | |
| HOME_SERVER_URL="https://matrix.org" | |
| # The room ID is NOT the room alias. The ID can be found at the bottom of the room settings dialog in riot-web | |
| ROOM_ID="!AbCDef823s:matrix.org" | |
| # This is your user ID and access token. The access token must match the user. | |
| USER_ID="@turt2live:matrix.org" # The home server should match this domain as well (ie: t2l.io as a HS should be :t2l.io in the user) | |
| ACCESS_TOKEN="token_here" |