Rename make_table.py to table.py

This commit is contained in:
Midgard 2020-12-06 02:09:23 +01:00
parent 07442a7b98
commit 6758e49bd8
Signed by: midgard
GPG key ID: 511C112F1331BBB4
2 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@
Use `MM_USERNAME=username MM_PASSWORD=password ./read_mattermost.py --live > verifications.log` to connect to Mattermost and read the relevant emoji events.
Drop the `--live` if you just want to read once and don't want to keep watching.
Use `./make_table.py < verifications` to create a table based on these events.
Use `./table.py < verifications` to create a table based on these events.
As an alternative to `MM_USERNAME=username MM_PASSWORD=password` you can also use `MM_TOKEN=token`.