Skip to content

mscoutermarsh/scrumbot

Repository files navigation

Friendly robot that makes you awesome at scrum. what'd you get done yesterday?

Build Status Code Climate Coverage Status


Hey! Purpose of this project is to make being prepared for your morning standup really easy.

Every night, the scrumbot collects data from all the services you use everyday. Then every morning, it sends you an email with a summary of what you got done.


Integrations:

Currently Implemented:

  • Github (commits and pull requests)
  • Twitter (tweets out what you got done)

ToDo:

  • Google Calendar
  • Jira
  • BaseCamp
  • WHAT ELSE?? If you have ideas, create a github issue for it.

Setup:

You'll need:

  • Postgres 9.3.1+ (brew install postgres)
  • Redis (brew install redis)

Steps:

  1. Fork and clone the repo.
  2. Install the gems with: bundle install
  3. rake db:create:all
  4. rake db:migrate
  5. rake db:test:prepare
  6. Copy the example configuration file:
    • cp config/application_example.yml config/application.yml
  7. Look at config/application.yml. This contains environment variables required for app. Has further directions on how to setup.
  8. Start the web server, tests: bundle exec guard
  9. Go to: http://localhost:4000

Contributing:

Fork the repo, write code (and tests!), submit pull request! ❤️ 💖

About

what'd you get done yesterday?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages