Social media automation API for AI agents, LLMs, and developers.
brew tap azeemkafridi/bulkpublish
brew install bulkpublishThis installs the Node SDK as a library. It adds no command to your PATH —
you call it from your own code, as below.
const { BulkPublish } = require('bulkpublish');
const bp = new BulkPublish({ apiKey: 'bp_your_key_here' });
const { channels } = await bp.channels.list();