Datasets:
Dataset Viewer
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 imagesmetadata.json: Detailed metadata for each image including tweet information
Data Fields
Each item in the metadata contains:
tweet_id: Unique identifier for the tweetusername: Source username (stc_ksa)text: Tweet text contenttimestamp: When the tweet was postedmedia_url: Original Twitter media URLfilename: Local filename of the downloaded imagefile_size: Size of the image file in bytesdownload_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