Submodules
Module contents
This module provides access to the trends endpoints of the X API and serves as the main entry point for all trends-related functionality.class xdk.trends.TrendsClient
Client for trends operations
Parameters
__init__
Parameters
get_ai
Get AI Trends by ID
Retrieves an AI trend by its ID.
Parameters
The ID of the ai trend.
A comma separated list of News fields to display.
Returns
GetAiResponse - Response data
get_by_woeid
Get Trends by WOEID
Retrieves trending topics for a specific location identified by its WOEID.
Parameters
The WOEID of the place to lookup a trend for.
The maximum number of results.
A comma separated list of Trend fields to display.
Returns
GetByWoeidResponse - Response data
get_personalized
Get personalized Trends
Retrieves personalized trending topics for the authenticated user.
Parameters
A comma separated list of PersonalizedTrend fields to display.
Returns
GetPersonalizedResponse - Response data