Rename make_table.py to table.py
This commit is contained in:
parent
07442a7b98
commit
6758e49bd8
2 changed files with 1 additions and 1 deletions
|
@ -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.
|
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.
|
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`.
|
As an alternative to `MM_USERNAME=username MM_PASSWORD=password` you can also use `MM_TOKEN=token`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue