aboutsummaryrefslogtreecommitdiff

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

Source: emacs-slack

  • Go to slack customization page
  • 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)

# Generate Migration
alembic revision --autogenerate --message "Create the example Database"
# Apply Migrations
alembic upgrade head