Skip to content

A Slackbot to sync your status across workspaces in slack.

License

Notifications You must be signed in to change notification settings

cob16/slack-profile-sync

Repository files navigation

slack-profile-update

CircleCI

Purpose

To sync current status across workspaces in slack.

For example: If you set a profile status in one workspace:

What if that same status was set in your other slack workspaces too! 💥

Scope

This is the current scope. In the future, we may look to expand what is synced and to where

Testing

make install
make test

Local Run

This codebase is designed to be run inside a lambda but can also be run locally for testing

ngrok http 8080
# add the https url returned to your slack app settings page  

# and in another
CLIENT_SECRET="" CLIENT_ID="" SLACK_SIGNING_SECRET="" REDIRECT_URI="" poetry run ./tools/localserver.py 8080

About

A Slackbot to sync your status across workspaces in slack.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages