Install the BulkPublish SDK on macOS with Homebrew
One brew command puts the BulkPublish Node SDK on your machine, so you can publish, schedule, upload media and read analytics from your own code. It is the same package as the npm install, with the same 47 methods across 15 networks.
What Homebrew installs
The formula installs the bulkpublish package, which is the Node SDK: 47 methods across 9 parts of BulkPublish. It is a library rather than a command, so you call it from your own code. This list is generated from the SDK itself.
| Area | Operations |
|---|---|
| Analytics | analytics.account(),analytics.engagement(),analytics.refresh(),analytics.summary() |
| Channel sets | channelSets.create(),channelSets.delete(),channelSets.list(),channelSets.update() |
| Channels | channels.delete(),channels.get(),channels.health(),channels.list() |
| Labels | labels.create(),labels.delete(),labels.list(),labels.update() |
| Media | media.abortMultipart(),media.completeMultipart(),media.createMultipart(),media.delete(),media.get(),media.getLabels(),media.list(),media.setLabels(),media.upload() |
| Platforms | platforms.list() |
| Posts | posts.approve(),posts.bulk(),posts.create(),posts.delete(),posts.get(),posts.list(),posts.metrics(),posts.publish(),posts.queueSlot(),posts.reject(),posts.retry(),posts.story(),posts.update() |
| RSS autopost | rssFeeds.create(),rssFeeds.delete(),rssFeeds.list(),rssFeeds.update() |
| Recurring schedules | schedules.create(),schedules.delete(),schedules.list(),schedules.update() |
Where the posts go
Anything scheduled here reaches all 15 networks BulkPublish publishes to, one account or every account at once. Each network has its own guide.
Homebrew setup
- Create a BulkPublish account and connect the channels you want to publish to.
- Open Settings, then Developer, and make an API key. Keys belong to one organisation and can be revoked without touching the rest.
- Send the key as a bearer token on every request. The reference has a worked example for each operation.
Ways teams use this
- Bulk upload a month of posts in one pass, then let the queue send them out at the times you set.
- Write once and cross-post everywhere. One post, adapted per network, goes to every connected channel together.
- Turn a blog or podcast RSS feed into automatic posts the moment a new item appears.
- Read the numbers back. Impressions, engagement and link clicks come back the same way the posts went out.
Details
| Detail | Value |
|---|---|
| Authentication | API key, made under Settings then Developer |
| Install | brew tap azeemkafridi/bulkpublish && brew install bulkpublish |
| Operations | 47 operations |
| Networks | 15 networks |
Open Homebrew · Read the API docs
Frequently asked questions
Which parts of BulkPublish does it reach?
47 operations, listed above. Posts, media, labels, channel sets, recurring schedules, RSS autopost and analytics are all covered, which is everything the app itself calls.
How does authentication work?
An API key, sent as a bearer token. Make one under Settings then Developer. A key belongs to one organisation, and you can revoke it on its own without disturbing anything else.
Which networks can I publish to?
All 15 of them, in one call. Send the same text everywhere or override it per network, and the post is checked against each network limit before it is queued rather than after it fails.
Can I upload images and video?
Yes. Upload in one request for small files, or take a direct upload URL and send large video straight to storage in parts. Both give you a media id you attach to a post.
Can I read analytics back?
Yes. Per-post metrics and account summaries come back for every network that publishes them, and link clicks are measured by BulkPublish itself, so those are there even where a network reports nothing.
Is it free to use?
Yes, on every plan including the free one. There is no separate API charge. What you schedule counts against the same monthly post allowance as anything written in the app.
Still stuck? The Help Center walks through it step by step.
Other integrations
BulkPublish connects to 22 other tools. Every one has a guide like this.
Start publishing
Create an account, connect your channels, and your first post can be scheduled a couple of minutes later. Free plan, no card, cancel whenever you like.