pablobarbera / twitter_ideology

Estimating Ideological Positions with Twitter Data
GNU General Public License v2.0
212 stars 74 forks source link

compatible with Twitter API v2? #15

Closed amberxuqianchen closed 3 years ago

amberxuqianchen commented 3 years ago

I had Twitter API v1 Standard version and v2 Academic Premium version. Using v2 will show an error when getfriends.

pablobarbera commented 3 years ago

Hi @amberxuqianchen - I won't be able to support v2 of the API, but I believe there already exist alternatives on CRAN such as academictwitteR, so I would recommend you check out those options if you haven't already. Thank you!

amberxuqianchen commented 3 years ago

Hi @amberxuqianchen - I won't be able to support v2 of the API, but I believe there already exist alternatives on CRAN such as academictwitteR, so I would recommend you check out those options if you haven't already. Thank you!

Thank you! I use twarc in python to get a list of friend ids and then use your Rpackage. Works well!