From 6758e49bd8dbbd12ae56ecc1701dc42fe76bae19 Mon Sep 17 00:00:00 2001 From: Midgard Date: Sun, 6 Dec 2020 02:09:23 +0100 Subject: [PATCH] Rename make_table.py to table.py --- README.md | 2 +- make_table.py => table.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename make_table.py => table.py (100%) 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