Questions tagged [gnip]

Gnip is Twitter’s enterprise API platform that provides filtered access to the Twitter firehose, indexed searches of the entire Twitter historical corpus, and demographic insights on collections of users.

Official site:

Support site:

18 questions
6
votes
4 answers

em-http stream with basic auth and gzip hangs

I'm attempting to consume the Gnip PowerTrack API which requires me to connect to an HTTPS stream of JSON with basic auth. I feel like this should be fairly trivial so I'm hoping some rubyist who is smarter than me can point out my obvious…
Eric Wendelin
  • 43,147
  • 9
  • 68
  • 92
2
votes
0 answers

Response not defined? Get request to Gnip (Twitter enterprise)

I have a list of games in json file all of type string, and my goal is to filter through these games to make many requests to the Gnip API. But I get this error when I make the request: Traceback (most recent call last): File "GetRequest.py", line…
RyFasch
  • 75
  • 4
2
votes
1 answer

HTTP data streaming for beginners?

I am starting to work on a project where I need to stream Twitter data using PowerTrack/GNIP and I have to be honest when I say I am very very inexperienced when it comes to networks and I have absolutely no knowledge when it comes to Data Stream…
Mo.
  • 40,243
  • 37
  • 86
  • 131
2
votes
1 answer

youtube not operator isn't working via gnip

I'm trying to get the YouTube NOT operator to work via Gnip, but am not having any luck. I've tried searching for: ("dallas")-("dallas") ... which should be returning zero results, but isntead I get results for "dallas". When I search for ("black")…
1
vote
1 answer

Twitter Profile Geo Enrichment for the UK

In the premium operators section of the Twitter API documentation, they have operators that can be used to filter based on the Profile Geo Enrichment data. In particular, you can filter by profile_region. An example being profile_region:"Zurich"…
1
vote
1 answer

Plugin execution not covered by lifecycle configuration: org.mule.tools:maven-mule-plugin:1.5:attach-test-resources

I'm getting this error: "Plugin execution not covered by lifecycle configuration: org.mule.tools:maven-mule-plugin:1.5:attach-test-resources (execution: default-attach-test-resources, phase: validate)" I'm using MuleStudio 1.30 and I'm trying to run…
Transcendence
  • 2,616
  • 3
  • 21
  • 31
0
votes
0 answers

Accessing a URL that requires credentials

So, im using GNIP Decahose. BACKGROUND: Once you log into this URL you get a stream of data in a json format that goes on continuously unless you specify how long you want it to go on for I want to be able to access the Decahose URL and enter my…
Mjude
  • 1
0
votes
1 answer

Buy historcal tweets for a specific period and specific keyword in Arabic

I want to buy data from twitter or any other source that can sell twitter data legally. I want all tweets that mention a specific keyword in the last six months. I want them to make analysis for a research purpose. It seems that plan were changed in…
amr magdy
  • 31
  • 4
0
votes
1 answer

How do I make a gnip query using a REST request (Java)

I have a domain name enrichment task. I want to make a make a GNIP query using REST. Here's what I want to do: Make a query to gnip containing a shortened url eg/"http ow.ly4eyW50fy4eP Then use a gnip rule (maybe 'url_contains') to get the expanded…
Johnny Alpha
  • 758
  • 1
  • 8
  • 35
0
votes
1 answer

How to set Curl connection Gnip streaming?

I am trying to set up Curl connection for Gnip Streaming. My objective is to download all incoming data in text and then upload the same in the database. But the curl request is getting dropped after some time. Is there any method to set up the…
pankaj jha
  • 299
  • 5
  • 15
0
votes
1 answer

Java API for fetching Twitter, Facebook & LInkedIn Analytics Data

I just want to know whether it is possible to fetch analytics data of Social sites (Facebook, Twitter & LinkedIn) or not. I have made extensive research on this and found that : LinkedIn : LinkedIn API doesn't have much for programmers. You can…
Balajee Venkatesh
  • 1,041
  • 2
  • 18
  • 39
0
votes
2 answers

How can I count the results in Gnip's Powertrack API?

I am looking for a URL to count the results retrieved using Powertrack API. Something similar to what I find using Search API: https://search.gnip.com/accounts/ACCOUNT_NAME/search/LABEL/counts.json I've been looking at Gnip's docs but I have found…
phr
  • 23
  • 5
0
votes
2 answers

Gnip issue - while creating a job -- urllib2.URLError

I am trying to create a job using Gnip Historical Powertrack API. I am getting issue with the urllib.. import urllib2 import base64 import json UN = '' # YOUR GNIP ACCOUNT EMAIL ID PWD = '' account = '' # YOUR GNIP ACCOUNT USER NAME …
Soundarya Thiagarajan
  • 574
  • 2
  • 13
  • 31
0
votes
1 answer

PowerTrack API GNIP - Maxresults

Is there a way I can restrict max result per rule while streaming using GNIP PowerTrack API. Problem is while streaming if one company has thousands of tweets and another (second) company has only 10 tweets then first company is exhausting my…
0
votes
1 answer

Twitter analytics data via Stream API using OAuth (access token)

I want the twitter analytics data, some values like: retweets, *followers, demographics and geographic data. I have Access Tokens for multiple users, and I want to access their data of Twitter Analytics. I have checked this thread too: C# console…
1
2