aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 053f668bf42d116ec97b7ae666a38a19485d926e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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