Questions tagged as 'twitter-api'

1
answer

Problem with GEO activated and without Lat or Long in Tweet's with Tweepy and Python

I think in the question I said everything. I use Python 3.5, Tweepy and after a search (search) of tweets through a keyword, I see that many have the GEO active but I can not access Lat and Lng using Tweepy. Does anyon...
asked by 21.02.2016 / 17:41
2
answers

Check for repeated tweets in MongoDB

I have a method that, thanks to Twython, saves the tweets in MongoDB as it is in my question Maintaining a mongodb with tweets that match a given tag def getSearchTagTwitter(hashtag): db = connexMongoDB() t = loginTwython() searc...
asked by 17.02.2016 / 18:09
2
answers

Get Tweets in c #

I have a class for Twitter in which I receive my last tweet, in principle I authenticate well and it returns my last tweet, but in a chain all, along with rare characters and without accents type:    [{"created_at": "Thu Feb 04 10:29:14 +0000...
asked by 27.10.2016 / 17:19
1
answer

Twitter API return a list of followers longer than 70,000

Using TwitterOauth, I am trying to get a list of followers of an account with a large list of followers. As the API returns no more than 5000 users per request, following the advice of other answers, try to use cursors, but now I run into the pr...
asked by 19.08.2016 / 14:49
1
answer

How to always get the last tweet [duplicate]

I would like to know how I always get the last tweet from a specific account, not exactly from mine. I have already managed to do it but in a static way, I mean, using node and locally, I make a request and I get the amount of tweets that I...
asked by 03.04.2016 / 02:36
1
answer

Get the Following using TwitterAPIExchange.php

I'm looking for a way to get the Following using the library    TwitterAPIExchange. php I have managed to send tweets using this library in this way: require_once 'libs/twitteroauth.php'; /** Set access tokens here - se...
asked by 24.09.2017 / 02:41
1
answer

Connection to Twitter

I would like to know what the code fails, it tells me that "Can not instantiate the Twitter type" where I instancio a Twitter object, Work with the twitter4j library. import java.util.List; import twitter4j.*; import twitter4j.Twitter; pub...
asked by 10.01.2017 / 00:13
1
answer

Interrogation with facebook and twitter

I need to make a system where given a url of a news item eg: www.dominiodiario.com/2016/09/01/titulo-noticia, to know the interactions that had on facebook and twitter that news. I know that from the facebook post you can get the likes and th...
asked by 01.09.2016 / 17:07
1
answer

Error trying to perform retweet using TwitterAPIExchange.php

Error trying to perform retweet using TwitterAPIExchange.php I try to occupy this code: <?php ini_set('display_errors', 1); require_once('TwitterAPIExchange.php'); function RT($id){ $settings = array( 'oauth_access_t...
asked by 28.09.2017 / 03:48
1
answer

Geolocate the tweets in nodejs

I am trying to perform a geolocation of tweets using the twitter API, I am using a statuses / filter type stream to check the tweets, and the position data I am taking from coordinators, but when consulting, it returns only the position of very...
asked by 08.03.2017 / 17:59