https://github.com/seekingalpha/crashlytics
A crawler that collects crashlytics stats
https://github.com/seekingalpha/crashlytics
Last synced: about 1 year ago
JSON representation
A crawler that collects crashlytics stats
- Host: GitHub
- URL: https://github.com/seekingalpha/crashlytics
- Owner: seekingalpha
- License: mit
- Created: 2014-05-15T06:12:30.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-15T06:25:05.000Z (about 12 years ago)
- Last Synced: 2024-04-19T11:07:41.799Z (about 2 years ago)
- Language: Ruby
- Size: 125 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Crashlytics
A (crappy) crawler to collect Crashlytics statistics.
## Installation
Add this line to your application's Gemfile:
gem 'crashlytics-crawler'
And then execute:
$ bundle
Or install it yourself as:
$ gem install crashlytics-crawler
## Usage
```ruby
Crashlytics.run "USER", "PASSWORD"
```
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request