Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
withalim
/
bluesky-posts
like
3
Modalities:
Text
Formats:
json
Languages:
English
multilingual
Size:
1M - 10M
Tags:
bluesky
social-media
posts
Libraries:
Datasets
Dask
Croissant
License:
mit
Dataset card
Viewer
Files
Files and versions
Community
1
main
bluesky-posts
/
upload.py
withalim
Upload folder using huggingface_hub
602ccee
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
224 Bytes
from
huggingface_hub
import
HfApi
# Upload the folder
api = HfApi()
api.upload_folder(
folder_path=
"/Users/alimmaasoglu/data-cleanup/data/processed_files"
,
repo_id=
"withalim/bluesky-posts"
,
repo_type=
"dataset"
)