Dataset Viewer
Auto-converted to Parquet
Search is not available for this dataset
image
imagewidth (px)
203
360
End of preview. Expand in Data Studio

Twitter Media Dataset - @stc_ksa

This dataset contains images and metadata extracted from the Twitter/X profile @stc_ksa.

Dataset Structure

Data Instances

The dataset consists of:

  • images/: Directory containing 293 JPG images
  • metadata.json: Detailed metadata for each image including tweet information

Data Fields

Each item in the metadata contains:

  • tweet_id: Unique identifier for the tweet
  • username: Source username (stc_ksa)
  • text: Tweet text content
  • timestamp: When the tweet was posted
  • media_url: Original Twitter media URL
  • filename: Local filename of the downloaded image
  • file_size: Size of the image file in bytes
  • download_timestamp: When the image was downloaded

Usage

from datasets import load_dataset

# Load the dataset
dataset = load_dataset("your-username/x-stcksa-media")

# Access images and metadata
for item in dataset:
    print(item)

Source

Data extracted from Twitter/X profile: @stc_ksa

License

MIT License

Citation

If you use this dataset, please cite:

@misc{x-stcksa-media-2025,
  title={Twitter Media Dataset from @stc_ksa},
  author={Your Name},
  year={2025},
  publisher={Hugging Face},
  howpublished={\url{https://huggingface.co/datasets/your-username/x-stcksa-media}}
}
Downloads last month
138