Slackjams attempts to provide functionality to quickly visualize media shared in a given Slack channel, useful for creating a quick playlist of what your coworkers are jamming.
Slackjams uses Meteor 1.4.
OS | |
---|---|
Linux/macOS | `curl https://install.meteor.com/ |
Windows | https://www.meteor.com/install |
Meteor bundles a Mongo installation with it, and the collection used is in-memory only (as of right now).
Use the provided settings-template.json
to create a configuration that works for your environment.
These settings are stored in the Meteor private configuration section to keep them from spilling.
Key | Description |
---|---|
env | boolean - use the config settings or the STOKEN and SCHANNEL variables in the environment. |
slack.token | string - the Slack API token to use |
slack.channel_name | string - the name of the channel to parse |
mongo.collection | string - the name of the collection. |
Note: Providing null
for mongo.collection
utilizes an in-memory Minimongo in Meteor.
These settings are shared by the server and the client.
Key | Description |
---|---|
blacklist | array - domains that should be stripped from the final result set. |
In the top level project directory.
meteor --settings <yoursettings>.json
Pull requests and issues are welcome!