Project

flowpi

0.0
No commit activity in last 3 years
No release in over 3 years
Small script to listen to flows on Flowdock and speak them with a synthesizer.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 10.4
~> 3.1

Runtime

 Project Readme

flowpi

Listen to flows in Flowdock and speak messages matching a regexp.

Requirements

Requires `espeak´ to synthesize. On Mac you can make an alias to the ´say´ command.

  alias espeak=say

Install

    $ gem install flowpi

Run

    $ export FLOW_MATCH='coffee|mo+rni+ng|morr+on|mo+rgo+n|buenos|beer|champagne'
    $ export FLOW_FILTER=example/flow1,example/flow2
    $ export FLOW_TOKEN=ififjejhatumlig3
    $ export FLOW_LOG_FILE=/var/log/flowpi.log
    $ export FLOW_LOG_LEVEL=INFO
    $ flowpi.rb

TODO

  • Docopts for config
  • Specs