1.2.0 ā€¢ Published 7 years ago

cyclebot v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

cyclebot

šŸŒ€šŸ¤– ##How to run

const {run} = require('@cycle/rxjs-run');
const {makeSlackBotDriver, requestMessageById} = require('cyclebot');

run(({Bot}) => {
    return {
        Bot: Bot.selectByChannelName('bot').map(message => 
             requestMessageById(message.channel_id, message.text))
    }
}, {
  Bot: makeSlackBotDriver(`${process.env.SLACK_TOKEN}`, {})
});
1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago