CoolFace
Datasetpublic

blockmesh/tweets

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: { "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" }… See the full description on the dataset page: https://huggingface.co/datasets/blockmesh/tweets.

sourceHugging Faceodc-byupdated 2y agoView on Hugging Face
9likes186downloads
Dataset Card

BlockMesh Network

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.