Homebrew Tap for BulkPublish
August 20, 2026 ยท View on GitHub
Social media automation API for AI agents, LLMs, and developers.
Install
brew tap azeemkafridi/bulkpublish
brew install bulkpublish
This installs the Node SDK as a library. It adds no command to your PATH โ
you call it from your own code, as below.
Usage
const { BulkPublish } = require('bulkpublish');
const bp = new BulkPublish({ apiKey: 'bp_your_key_here' });
const { channels } = await bp.channels.list();