Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/echohead/spunkmeyer
grab chrome cookies with ruby
https://github.com/echohead/spunkmeyer
Last synced: 3 months ago
JSON representation
grab chrome cookies with ruby
- Host: GitHub
- URL: https://github.com/echohead/spunkmeyer
- Owner: echohead
- License: mit
- Created: 2013-06-27T05:21:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-30T21:37:38.000Z (almost 11 years ago)
- Last Synced: 2024-05-21T12:17:48.062Z (6 months ago)
- Language: Ruby
- Size: 207 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spunkmeyer
[![Gem Version](https://badge.fury.io/rb/spunkmeyer.png)][gem]
[![Build Status](https://secure.travis-ci.org/echohead/spunkmeyer.png?branch=master)][travis][gem]: https://rubygems.org/gems/spunkmeyer
[travis]: http://travis-ci.org/echohead/spunkmeyerGrab cookies from your browser from ruby code.
# requirements
Currently, the only supported browser is Chrome on OSX and Linux.
# installation
gem install spunkmeyer
# library usage
```ruby
require 'spunkmeyer'puts Spunkmeyer.cookies('http://github.com')
```