https://github.com/24pullrequests/dasher
:gift: Real-time Pull Request tracker
https://github.com/24pullrequests/dasher
Last synced: 8 months ago
JSON representation
:gift: Real-time Pull Request tracker
- Host: GitHub
- URL: https://github.com/24pullrequests/dasher
- Owner: 24pullrequests
- License: mit
- Created: 2015-12-05T11:28:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T13:57:01.000Z (about 4 years ago)
- Last Synced: 2024-10-30T00:55:15.912Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 43.9 KB
- Stars: 5
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Dasher :gift:
Tracking every open Pull Request from the GitHub firehose, so you don't have to.
## What?
Dasher is a Ruby worker that tracks every Pull Request with an open status on the GitHub firehose.
## How? & Why?
:gift: Because why not?
[Dasher](https://github.com/24pullrequests/dasher) monitors [GitHub firehose](http://github-firehose.herokuapp.com/events) for any [pullrequestevent](https://developer.github.com/v3/activity/events/types/#pullrequestevent) with a status of ```opened```. Dasher then posts the event to the main [24PullRequests](https://github.com/24pullrequests/24pullrequests) app which checks to see if the user that opened the PR is participating in 24PullRequests. If this is true then Dasher will record the PR and posts that to the [24PullRequests Firehose](https://github.com/24pullrequests/firehose) which then gives [Tweets](https://github.com/24pullrequests/tweets) a stream of data for Tweets to use.
## Development
Source hosted at [GitHub](http://github.com/24pullrequests/dasher).
Report issues/feature requests on [GitHub Issues](http://github.com/24pullrequests/dasher/issues). Follow us on Twitter [@24pullrequests](https://twitter.com/24pullrequests). We also hangout on [Gitter](https://gitter.im/24pullrequests/24pullrequests).
### Getting Started
New to Ruby? No worries! You can follow these instructions to install a local server, or you can use the included Vagrant setup.
#### Installing a Local Server
First things first, you'll need to install Ruby 3.0.3. I recommend using the excellent [rbenv](https://github.com/sstephenson/rbenv),
and [ruby-build](https://github.com/sstephenson/ruby-build)
```bash
rbenv install 3.0.3
rbenv global 3.0.3
```
### Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
future version unintentionally.
* Add documentation if necessary.
* Commit, do not change procfile, version, or history.
* Send a pull request. Bonus points for topic branches.
## Copyright
Copyright (c) 2016 Andrew Nesbitt. See [LICENSE](https://github.com/24pullrequests/dasher/blob/master/LICENSE) for details.