geoffjentry / twitteR

R based twitter client
http://cran.r-project.org/web/packages/twitteR/index.html
254 stars 164 forks source link

Get data from Twitter Analytics via API #127

Open diegocgaona opened 8 years ago

diegocgaona commented 8 years ago

Hi,

It’s possible to access data from: https://analytics.twitter.com/user/username/ ??

I want to get the impressions by month?

Thanks!

andypiper commented 8 years ago

There's no public API for that data, so this library won't be able to help you. There is, however, a commercial API from Twitter (the Gnip Engagements API) which provides that data, but I don't believe that twitteR will work with those API endpoints.