The ninth iteration of the ElrosBot project.
Clone the repo
From within the project directory, run
bundle exec ruby rubybot.rb
- Fork it ( https://github.com/robotbrain/rubybot/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
{
"bot": {
"server": "irc.esper.net",
"channels": [
"#example"
],
"nick": "#######",
"realname": "#######",
"sasl.username": "######",
"sasl.password": "######",
"user": "ElrosGem"
},
"twitter": {
"consumer_key": "#######",
"consumer_secret": "########",
"access_key": "####-#######",
"access_secret": "########"
},
"github_repos": {
"user/repo": ["#example"]
}
}
}