Questions tagged as 'twitter'

1
answer

How to filter tweets (status) with tweepy (Cursor)

I took the following code from the book "Mastering social media mining with python", which saves all the tweets of a user in the JSON format. But I'd like it saved in json only tweets of a certain date. How to do? This is the code that saves...
asked by 11.09.2018 / 22:13
0
answers

How do I get the values of each key in a json tweepy (Status) file?

I have a file inside that the following structure exists, is there a way to access a specific key? For example, I want to get and print the "id_str" (10228272). Each new line (information about tweet) in the file starts with this "Status". Sta...
asked by 30.05.2018 / 23:08
0
answers

APi Twitter without paging

Good morning guys. I'm using the twitter API to do a text mining for my tcc. URL: link I put a count = 100. But it only returns me 15 tweets at a time, so I have to do a paging. Can anyone tell me if I have to disable paging and bring it...
asked by 21.04.2018 / 15:27
0
answers

HTML Js Share share content

I wonder if there is a global solution for generating news sharing on a social media content portal. Or I have to insert a different meta tag for each social network on each page. (Facebook, Twitter and G +)    Scenario:   The user clicks a b...
asked by 07.04.2017 / 16:14
0
answers

Share Share Share Button

Hello, I would like to put sharing buttons on my site for facebook, twitter and google +. But I would like to use a custom look for the buttons, but being so, I do not know how to apply the share count number each time the page is shared. Is...
asked by 09.03.2017 / 20:13
0
answers

About Twitter API

Would you like to know if someone can help me? This is the following need to get some information from a particular Twitter user to introduce them in HTML site, I would like you to by Java script, the big problem is that I do not know where t...
asked by 07.08.2016 / 22:24
0
answers

Load all tweets from a user without the Twitter API

I'm trying to learn how to use file_get_contents() in PHP. For this, I'm putting together a tool that searches a user's tweets for any word and indicates the number of repetitions of that word. My problem is that when I use file_get...
asked by 23.12.2015 / 21:58
1
answer

Error when using STTwitter and Swifter

I'm trying to use one of the two STTwitter or Swifter libraries in my project but always the error. In the case of STTwitter the error is in the method call getUserTimelineWithScreenName:(NSString *)screenName successBlock:(void(^)(NSArray...
asked by 16.01.2015 / 23:31
1
answer

How to collect tweets and followers through the API?

Well here I am again researching api's in social networks, I'm starting twitter now and I'm having some difficulties, I need to collect profiles (id / name) and along with the profile I have to collect tweets and followers, so far as I know the...
asked by 20.08.2015 / 02:42
1
answer

Force open Facebook / Twitter / Google in browser

I created a mobile app that is accessed via the browser (a Web app, a regular site). On it I have a button that opens via window.open () a page on Facebook, but when I click the button, it calls the Facebook application. I need the page to op...
asked by 22.05.2016 / 17:23