File size: 1,026 Bytes
0282812
 
 
 
 
 
 
 
 
 
 
 
 
 
c560d42
 
 
 
 
0282812
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
license: odc-by
language:
- en
tags:
- twitter
- x
- tweets
- json
- ljson
size_categories:
- 10M<n<100M
---

![BlockMesh Network](https://landing-page-assets.blockmesh.xyz/hero.png)

# BlockMesh Network

## Dataset Summary

The dataset is a sample of our Twitter data collection.
It has been prepared for educational and research purposes.

It includes public tweets.

The dataset is comprised of a JSON lines.
The format is:

```json
{
  "user":"Myy23081040",
  "id":"1870163769273589994",
  "link":"https://x.com/Myy23081040/status/1870163769273589994",
  "tweet":"Seu pai é um fofo skskks",
  "date":"2024-12-21",
  "reply":"0",
  "retweet":"0",
  "like":"2"
}
```

* `user` the Twitter username that tweeted it.

* `id` the Twitter ID of this tweet.

* `link` a direct link to the tweet.

* `tweet` the text content of the tweet.

* `date` when it was collected.

* `reply` how many replies when it was collected.

* `retweet` how many retweets when it was colected.

* `like` how many likes when it was collected.