File size: 2,105 Bytes
602ccee
 
 
 
9e1e80f
602ccee
 
 
 
9e1e80f
 
45b2e60
9e1e80f
 
 
 
 
45b2e60
 
a0507c1
 
 
 
9e1e80f
 
 
45b2e60
602ccee
 
9e1e80f
 
602ccee
 
34e7d35
602ccee
 
 
 
 
7bb376e
602ccee
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9e1e80f
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
language:
- en
- multilingual
license: mit
tags:
- bluesky
- social-media
- posts
dataset_info:
  features:
    - name: text
      dtype: string
    - name: created_at
      dtype: string
    - name: author
      dtype: string
    - name: uri
      dtype: string
    - name: has_images
      dtype: bool
    - name: reply_to
      dtype: string
  config_name: default
  splits:
    - name: train
      num_examples: 7877660
---

![Bluesky Posts Dataset Overview](bskyposts.png)

# 8 Million Bluesky Social Posts Collection

I've collected and curated 8 million public posts from Bluesky Social between November 27 - December 1, 2024, with an additional 12 million posts coming in the upcoming weeks. This growing dataset aims to provide researchers and developers with a comprehensive sample of real world social media data for analysis and experimentation. This collection represents one of the largest publicly available Bluesky datasets, offering unique insights into social media interactions and content patterns.

## Dataset Overview

### Key Information
- **Source**: Bluesky Social Platform
- **Time Range**: Nov 27 - Dec 1, 2024
- **Format**: JSONL
- **Curator**: Alim Maasoglu
- **Primary Language**: English (includes other languages)

### Data Structure
Each post entry contains:
- `uri`: Unique post identifier
- `created_at`: Post creation timestamp
- `text`: Post content
- `author`: Author information
- Additional metadata (images, replies, etc.)

### Potential Applications
- Social media content analysis
- Language processing research
- Trend analysis
- Content recommendation systems
- Social network analysis

### File Organization
- Files are chronologically organized
- Each file is approximately 140MB
- Naming format: `posts_[DATE]_[TIME].jsonl`

## Usage Notes
This dataset is intended for research and development purposes. Users should comply with Bluesky's terms of service when utilizing this data.

## Acknowledgments
Data collected from Bluesky Social's public posts. Special thanks to the Bluesky community.

## License
This dataset is released under the MIT License.