aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2022-02-27 12:32:46 -0700
committerCody Hiar <cody@hiar.ca>2022-02-27 12:32:46 -0700
commitd2723dd9036da7fb212cc3ef7c1a31d125e14a72 (patch)
treee7dcb4fb0cccc0319f673cf9b7142ae49c4c0b13
parente52464e5d765a5da11dcc8f3eaa5f0daa31444b1 (diff)
Update readme a bit
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 83b2d0b..053f668 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,26 @@
+# How to use
+
+Simple app for reaching out to slack and checking for mentions. Great for
+keeping slack closed. Also a little project to test playing with Alembic.
+
+# How to get slack token [From Here][3]
+
+Source: [emacs-slack][1]
+
+- Go to [slack customization page][2]
+- Open developer tools
+- Go to the console and enter: window.prompt("your api token is: ", TS.boot_data.api_token)
+
+(Doesn't seem to work with xoxc tokens)
```bash
# Generate Migration
alembic revision --autogenerate --message "Create the example Database"
# Apply Migrations
alembic upgrade head
+```
+
+[1]: https://github.com/yuya373/emacs-slack#how-to-get-token
+[2]: https://my.slack.com/customize
+[3]: https://github.com/erroneousboat/slack-term/wiki#running-slack-term-without-legacy-tokens
+