Skip to content

jmoulton/gnip-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gnip Tools

Ruby interface for the gnip API

#Installation

gem install gnip-tools

Configure

Creation of a gnip client can be done simply by entering the following:

GnipTools::Client.new("YOUR_USER_EMAIL", "YOUR_USER_PASSWORD")

Once a client is created you can begin talking to the gnip API

Usage

30 day Search 2.0 API library

client.search_30_day("YOUR_URL", { query: "Pizza", maxResults: 10 })

The second parameter is the query constructed from the API references found here: http://support.gnip.com/apis/search_api/api_reference.html

Copyright

Copyright (c) 2016 Justin Moulton

About

Tools for interacting with the Twitter gnip API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages