From d2723dd9036da7fb212cc3ef7c1a31d125e14a72 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sun, 27 Feb 2022 12:32:46 -0700 Subject: Update readme a bit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 + -- cgit v1.2.3