Questions tagged as 'twitter'

1
answer

Using regex in Twitterrific, how do I mute all the tweets of a user that do not contain a link?

Of a user I am only interested in tweets that contain links, as they are articles or news, but not tweets with personal opinions or comments. Using regex I already have several rules, but I do not know how to "just pass tweets that contain a url...
asked by 22.04.2018 / 09:11
1
answer

Search data API Twitter

I am consulting data to Twitter as follows: <?php $consumerKey = ''; $consumerSecret = ''; $oAuthToken = ''; $oAuthSecret = ''; require_once('twitteroauth.php'); $tweet = new TwitterOAuth($consumerKey, $consumerSecret, $oAut...
asked by 18.10.2016 / 21:06
1
answer

It does not connect with the twitter app

I have this error that comes up in the browser when I try to connect to a twitter app:    Fatal error: Can not use method return value in write context in   /home/abc/public_html/publisher2/application/controllers/twitterapp.php   on line 41...
asked by 28.06.2016 / 00:32
1
answer

Pass additional variables to Passport-Twitter

I need to pass an additional variable to the login with Twitter of passport , it would be something like this: app.get('/twitter', function (req, res) { var variableallegar = req.query.idunico; }, passport.authentication('...
asked by 12.10.2016 / 17:21
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

Error: Program type already present Android Studio

I'm trying to use the Twitter API to only show a tweet, the application does not have any code but it gives me the following error:    Program type already present: android.support.v4.app.FragmentTransitionCompat21 $ 1   Message {kind...
asked by 26.04.2018 / 13:08
1
answer

Problem Anomaly Detection Twitter package, data frame with 0 columns and 0 rows

Good morning, everyone. I've been trying to use Twitter's anomaly detection package for the available R language here . My problem is that trying to emulate the examples of Twitter with a database in which I find myself working available here...
asked by 18.01.2018 / 22:47
0
answers

Logging on Twitter with requests

I'm trying to make a Python script to log into Twitter with requests (through another site) based on a PHP script that I made that worked. But throw the next error    Traceback (most recent call last): File   "C: /Users/User/Desktop/instabot-...
asked by 11.12.2017 / 14:29
1
answer

I can not detect xpath on Twitter

Since yesterday I have been trying in Python, with Selenium, to create a bot that allows voting a poll. The process from the beginning of the session until the vote is done perfectly, but when I indicate the xPath of the option to vote, it does...
asked by 24.04.2018 / 09:42
0
answers

API Twitter and Power Bi

I am new using Power Bi and I am not a programmer either. That's why I have problems with the integration of Twitter and Power Bi. I found that code (below) to do the integration two two, but that has a limit of 100 lines. To increase that, I...
asked by 12.12.2018 / 17:00