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.
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, 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.
