What problem does it solve?
This Skill allows for scraping original tweets from a public X profile, using the user's logged-in Chrome session. It filters out retweets and replies and captures various metadata, including text, datetime, URL, likes, retweets, replies, views, bookmarks, and media URLs.
Core Features & Use Cases
- Scrapes X Profile Tweets: Fetches tweets from a specified X profile using the authenticated GraphQL UserTweets endpoint.
- Incremental Scrape: By default, re-runs only fetch tweets newer than the last run.
- Metadata Extraction: Captures various metadata like text, datetime, URL, likes, retweets, replies, views, bookmarks, quote-tweet metadata, and media URLs.
- Use Case: Ideal for users who need to collect tweets from specific profiles for analysis or documentation purposes.
Quick Start
Run the skill with the command 'scrape @handle' to scrape tweets from a public X profile.