https://github.com/wtnabe/ga-shikomi
Google Analytics API wrapper for CLI written in Ruby
https://github.com/wtnabe/ga-shikomi
cli google-analytics google-api ruby rubygems
Last synced: about 2 months ago
JSON representation
Google Analytics API wrapper for CLI written in Ruby
- Host: GitHub
- URL: https://github.com/wtnabe/ga-shikomi
- Owner: wtnabe
- Created: 2015-02-19T12:18:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-03T10:54:32.000Z (almost 11 years ago)
- Last Synced: 2025-01-12T18:10:07.531Z (over 1 year ago)
- Topics: cli, google-analytics, google-api, ruby, rubygems
- Language: Ruby
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GAShikomi
Google Analytics API wrapper for CLI written in Ruby.
## Installation
Now, You can fetch general ga data.
```ruby
gem 'ga-shikomi'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install ga-shikomi
## Usage
type
shikomi help
## Contributing
1. Fork it ( https://github.com/[my-github-username]/ga-cli/fork )
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 a new Pull Request