An open API service indexing awesome lists of open source software.

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

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