New X/Twitter Endpoints (12 new methods)
All powered by AttentionVC, available on all clients (LLMClient, AsyncLLMClient, SolanaLLMClient):
User Data
x_user_info()— Single user detailed profile ($0.002)x_verified_followers()— Verified/blue-check followers ($0.048/page)x_user_tweets()— User's posted tweets ($0.032/page)x_user_mentions()— Tweets mentioning a user ($0.032/page)
Tweet Data
x_tweet_lookup()— Batch tweet data, up to 200 IDs ($0.16/batch)x_tweet_replies()— Replies to a tweet ($0.032/page)x_tweet_thread()— Full tweet thread ($0.032/page)
Search & Intelligence
x_search()— Advanced X/Twitter search ($0.032/page)x_trending()— Current trending topics ($0.002)x_articles_rising()— Viral article detection ($0.05)x_author_analytics()— Author intelligence metrics ($0.02)x_compare_authors()— Compare two authors side-by-side ($0.05)
Install
pip install --upgrade blockrun-llm # Base chain
pip install --upgrade blockrun-llm[solana] # Base + Solana