https://github.com/mscoutermarsh/scrumbot
what'd you get done yesterday?
https://github.com/mscoutermarsh/scrumbot
Last synced: 4 months ago
JSON representation
what'd you get done yesterday?
- Host: GitHub
- URL: https://github.com/mscoutermarsh/scrumbot
- Owner: mscoutermarsh
- License: gpl-3.0
- Created: 2013-08-26T02:15:06.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-10-02T00:12:41.000Z (over 10 years ago)
- Last Synced: 2025-10-13T12:07:30.510Z (8 months ago)
- Language: Ruby
- Homepage: https://scrumbot.io
- Size: 822 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[scrumbot][1]
=========
Friendly robot that makes you awesome at scrum. what'd you get done yesterday?
[](https://travis-ci.org/mscoutermarsh/scrumbot)
[](https://codeclimate.com/github/mscoutermarsh/scrumbot)
[](https://coveralls.io/r/mscoutermarsh/scrumbot)
----------
Hey! Purpose of this project is to make being prepared for your [morning standup][2] 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.][3]
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! :heart: :sparkling_heart:
[1]: https://scrumbot.io
[2]: http://en.wikipedia.org/wiki/Stand-up_meeting
[3]: https://help.github.com/articles/fork-a-repo