katekligman / slackcast

Assembles slack channel archives and messages into a podcast format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slackcast by Kate Kligman

Assembles slack channel messages into a podcast format. For OS X.

Requirements and Installation

The OS X command line tool 'say', PHP 5.5, sox, and composer are required to install and use Slackcast.

brew install sox
composer install

Usage

Your slack username must be set to environment variable SLACK_USER. Your slack api key must be set to environment variable SLACK_API.

export SLACK_USER='myusername'
export SLACK_API='myapikey'

slackcast.php [channel] [audiofile.wav]

About

Assembles slack channel archives and messages into a podcast format.

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%