Skip to content

🔭 🤖 Telescope Nova package: distribute posts as messages to connected Slack teams

Notifications You must be signed in to change notification settings

xavxyz/nova-slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nova-slack

A package for Telescope Nova: automatically send your posts as messages to any connected Slack Team.

Installation

Type meteor add xavcz:nova-slack in your console within the Nova folder.

Once the package is installed:

  • You first need to create a Slack App.

  • Configure the redirect URI as http://your-telescope-app.com/.

  • Register your App Client Id & App Client Secret to your settings.json file:

{
  public: {
    ...
    "slackAppClientId": "my-slack-app-client-id"
  },
  ...
  "slackAppClientSecret": "my-slack-app-secret"
}
  • Add a wild "Add to Slack" button by extending any components of your choice :
<Telescope.components.SlackButton />
  • Spread the word and let your content be distributed! \o/ Ziuuu

About

🔭 🤖 Telescope Nova package: distribute posts as messages to connected Slack teams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages