Twitter Analytics API

Is there any way to access Twitter analytics and api using some php library or something like that?

I want to access my own account data, and I want to create a php application that allows me to receive this data and show it in a different way (Html, Css).

I got my tweets and other materials with its twitter API and some libraries, but now I need to get data from twitter analytics.

I read several topics about this on stackoverflow, but on social networks the api is changing all the time, and I want to know if it can be done right now, or if someone has discovered a way to do it.

Thank.

+4
source share
1 answer

API, , (Selenium) Python, .

$ pip install twitter-analytics

: https://github.com/philippe2803/twitter-analytics-wrapper

0

Source: https://habr.com/ru/post/1653895/


All Articles