FabienDanieau's picture
Add card
a1c120b verified
|
Raw
History Blame Contribute Delete
791 Bytes
---
license: cc-by-4.0
tags: [reachy-mini, robotics, social-media]
pretty_name: Reachy Mini Wall Data
---
# Reachy Mini — wall data (public)
`posts.json` for the **Reachy Mini** community wall: the AI-filtered posts shown publicly,
aggregated from Bluesky, YouTube, LinkedIn, TikTok, X and Reddit by the social-wall pipeline.
Fetch it directly (CORS-enabled) from any static site:
```js
const url = "https://huggingface.co/datasets/pollen-robotics/reachy-mini-wall-data/resolve/main/posts.json";
const posts = await (await fetch(url)).json();
```
Each item: `id, platform, author, handle, avatar, text, media, url, created_at, score,
category` (+ `embed` for LinkedIn/TikTok/X/Reddit). Analysis data (history + rejected posts)
lives in the private `reachy-mini-social-posts` dataset.