Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/echohead/spunkmeyer

grab chrome cookies with ruby
https://github.com/echohead/spunkmeyer

Last synced: about 2 months ago
JSON representation

grab chrome cookies with ruby

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/spunkmeyer

Grab 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')
```