Skip to content

v0.7.0 — Full X/Twitter Data via AttentionVC

Latest

Choose a tag to compare

@1bcMax 1bcMax released this 13 Mar 00:35
· 25 commits to main since this release
dcb1985

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