ZacMasa5000 commited on
Commit
5b6ffd6
Β·
verified Β·
1 Parent(s): 0fe667f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -3
README.md CHANGED
@@ -1,3 +1,82 @@
1
- ---
2
- license: mit
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
+ ---