diff --git a/README.md b/README.md index ad8fbb1..e15800b 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/make_table.py b/table.py similarity index 100% rename from make_table.py rename to table.py