CoolFace
Datasetpublic

pollen-robotics/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: 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… See the full description on the dataset page: https://huggingface.co/datasets/pollen-robotics/reachy-mini-wall-data.

sourceHugging Facecc-by-4.0updated 18h agoView on Hugging Face
0likes2.9kdownloads
Dataset Card

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.