← 返回 xai 的题目列表Twitter Insight Platform with Rate Limiting and Dockerization
类型:online_judge
You need to build a Twitter Insight platform that extracts data from the Twitter API and provides insights. The task includes the following features:
Implement a feature that retrieves tweets related to a given keyword and analyzes them for user engagement metrics such as likes, retweets, and comments.
Add an inbound/outbound rate limiter to ensure API requests do not exceed the allowed system limits.
Containerize the application using Docker for build and deploy.
Note: Use the cursor module to ensure efficient data processing.
Example
Input
python