|
--- |
|
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. |
|
|
|
|