huginn
https://github.com/cantino/huginn
Ruby
Create agents that monitor and act on your behalf. Your agents are standing by!
ScenarioImport#fetch_scenario
No Docs, write some!
Edit
git clone [email protected]:cantino/huginn.git
cd huginn
open app/importers/scenario_import.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ScenarioImport-fetch_scenario-for-pr
# Commit to gitgit add app/importers/scenario_import.rbgit commit -m "better docs for ScenarioImport#fetch_scenario"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ScenarioImport-fetch_scenario-for-pr
hub pull-request
# Celebrate!