Project

gnip-tools

0.0
No commit activity in last 3 years
No release in over 3 years
GNIP API Support!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.8.0
 Project Readme

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