Open Timtendo12 opened 2 months ago
Thanks for the information. Unfortunately, I don't have X premium to test it out or implement it and it seems X doesn't have any trial for X premium which might have helped me implement this feature.
Still, I'll be keeping this issue open in case someone with premium is willing to work on this.
I'll probaly be able to take a look into it.
Started working on this in both Core and API.
@Timtendo12 Sorry for the late reply.
Once you add the request config and the associated types in rettiwt-core, ping me so I'll make a new alpha release of rettiwt-core which we can then use to make the same changes on rettiwt-api.
@Timtendo12 Sorry for the late reply.
Once you add the request config and the associated types in rettiwt-core, ping me so I'll make a new alpha release of rettiwt-core which we can then use to make the same changes on rettiwt-api.
Don't worry about it! :)
I’ve submitted a PR for the core. Since this is my first time working on this project, I’d appreciate any critical feedback.
@Timtendo12 Rettiwt-Core v4.4.0-alpha.0 has been released with the required request configuration. The request config can be accessed by the user.analytics
endpoint of rettiwt-core. You may use that alpha package to develop the feature in Rettiwt-API.
Ping me if you need an explanation on how to go about implementing those changes OR I can implement those by going in blind and ask you to test it :P
I'll see if I can figure it out.
Feature Request: X Premium Analytics
Hey! I would like to request the feature to fetch analytic data for the account. This might be a big feature so I will (if needed) be able to help you implement this in core and the API. I've already figured out most of the API endpoints needed to fetch the data.
The analytic internal API is divided in 3 sections
Overview
URL:
https://x.com/i/api/graphql/NlJ6RM-hgHxt-iu9cPQz7A/overviewDataUserQuery
Payload:
Response:
organic_metrics_time_series response object
You still have the other 2 pages left, However I don't think they supply information that someone needs daily,weekly or monthly so for now we could skip that one and focus on this. LMK If you need more information or want help.