Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,82 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# π¦ X-Twitter Scraper: Real-Time Search and Data Extraction Tool
|
2 |
+
|
3 |
+
Search and scrape X-Twitter (formerly Twitter) for posts by keyword, account, or trending topics. This **no-code tool** makes it easy to generate real-time, **LLM-ready datasets** for any AI or content use case.
|
4 |
+
|
5 |
+
> **Get started with real-time scraping and structure tweet data instantly into clean JSON.**
|
6 |
+
|
7 |
+
---
|
8 |
+
|
9 |
+
## π Key Features
|
10 |
+
|
11 |
+
- β‘ **Real-Time Fetch** β Stream the latest tweets the moment theyβre posted
|
12 |
+
- π― **Flexible Search** β Filter by keywords, hashtags, cashtags, accounts, or trending topics
|
13 |
+
- π **Engagement Metrics** β Pull tweet content with likes, replies, reposts & timestamps
|
14 |
+
- π§© **LLM-Ready Output** β Output in clean JSON for agents, RAG, fine-tuning, or analytics
|
15 |
+
- πΈ **Free Tier** β Up to 100 searches during beta; toggle up to 25 tweets per query
|
16 |
+
|
17 |
+
---
|
18 |
+
|
19 |
+
## π How It Works
|
20 |
+
|
21 |
+
1. **Open the Scraper Tool**
|
22 |
+
2. **Enter your query** β keyword, `#hashtag`, `@user`, or `$cashtag`
|
23 |
+
3. **Choose tweet count** β up to 25 tweets per search
|
24 |
+
4. **Run the search** β engine fetches fresh tweets in real time
|
25 |
+
5. **Export the results** β copy or download JSON for use in any pipeline
|
26 |
+
|
27 |
+
---
|
28 |
+
|
29 |
+
## π₯ Popular Use Cases
|
30 |
+
|
31 |
+
- Sentiment and price prediction for crypto or stocks
|
32 |
+
- Trend discovery & viral content tracking
|
33 |
+
- News & political monitoring in real time
|
34 |
+
- Creating LLM training datasets
|
35 |
+
- Feeding live data to AI agents
|
36 |
+
- ...and more!
|
37 |
+
|
38 |
+
---
|
39 |
+
|
40 |
+
## π Dataset Format
|
41 |
+
|
42 |
+
Each tweet is structured in **LLM-friendly JSON** with fields like:
|
43 |
+
|
44 |
+
- `username`
|
45 |
+
- `tweet_id`
|
46 |
+
- `content`
|
47 |
+
- `likes`
|
48 |
+
- `reposts`
|
49 |
+
- `replies`
|
50 |
+
- `timestamp`
|
51 |
+
- `query_used`
|
52 |
+
|
53 |
+
---
|
54 |
+
|
55 |
+
## π License
|
56 |
+
|
57 |
+
**MIT License** β Free to use for research, development, and commercial projects during beta.
|
58 |
+
|
59 |
+
---
|
60 |
+
|
61 |
+
## β¨ Try It Now
|
62 |
+
|
63 |
+
**Start Searching & Scraping X-Twitter:**
|
64 |
+
π [Launch Scraper Tool](https://huggingface.co/spaces/MasaFoundation/X-Twitter-Scraper)
|
65 |
+
|
66 |
+
Need help? Join the [Masa Discord #developers](https://discord.gg/your-link)
|
67 |
+
|
68 |
+
license: mit
|
69 |
+
task_categories:
|
70 |
+
- text-classification
|
71 |
+
- table-question-answering
|
72 |
+
- zero-shot-classification
|
73 |
+
language:
|
74 |
+
- en
|
75 |
+
tags:
|
76 |
+
- Trump
|
77 |
+
- Iran
|
78 |
+
- X
|
79 |
+
- data
|
80 |
+
- Twitter
|
81 |
+
- Scraper
|
82 |
+
---
|