Posts by Luis Cipriani • 174 points
4 posts
-
1
votes1
answer180
viewsA: How to collect tweets and followers from the API?
Hi, I’m Luís, evangelistic developer of Twitter here in Brazil. Twitter has multiple endpoints in the API that let you access what you need. It wasn’t clear which language you want to use, but I’ll…
-
1
votes1
answer157
viewsA: List last 5 tweets with jquery
You can use a built-in Timeline, which is just a javascript code that generates Timeline on your site. See more: https://dev.twitter.com/web/embedded-timelines#user The alternative is to use the…
-
2
votes1
answer911
viewsA: How to collect tweets through the Streaming API, restricting a geographic location?
The Streaming API accepts the parameter language, which can be assigned with "pt" or "pt-BR". In the library twitter4j he is present in the class Filterquery, then you have to change your code to:…
-
1
votes3
answers6503
viewsA: How to avoid encoding problems when picking up data with Twitter?
Hello, I ran your code in the following configuration: RStudio: 0.98.501 R version 3.0.1 (2013-05-16) platform: Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014;…