A private automation engine that publishes video reels to Instagram and Facebook Pages on a custom schedule — 24 hours a day, without manual effort. Built on official Meta Graph API.
ReelsBot is a private automation tool that uses the official Meta Graph API to publish video reels to Instagram accounts and Facebook Pages on behalf of account owners — following explicit authorization via Meta's OAuth flow.
It is operated by CreatorFlow LLC, a registered business entity in New Mexico, USA.
Users grant access explicitly through Meta's standard OAuth consent flow
All operations use Meta Graph API v21.0 — no reverse engineering or scraping
Place .mp4 files and caption .txt files into the account folder. The bot watches the folder automatically.
ReelsBot reads your configured daily times and queues each video — staggered across accounts to appear natural.
Using Meta's Graph API, the bot uploads the video as a Reel via resumable upload — handling retries automatically.
After publishing, the video is moved to _posted. Failed posts go to _failed for review.
Manage unlimited Instagram and Facebook Page accounts from a single bot instance with isolated configurations.
Define multiple daily posting times per account with timezone support. Posts are staggered automatically.
Large video files uploaded using Meta's chunked resumable upload API — reliable on any connection speed.
On API failure, the bot automatically retries with exponential backoff — ensuring maximum reliability.
Each video can have a custom caption via paired .txt file, or use a global template with hashtag injection.
Every action is logged with timestamps. Track publish status, errors, and job history from the logs directory.