
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
doomscrollr
Advanced tools
CLI + SDK front door for DOOMSCROLLR — the audience layer for AI agents.
Use doomscrollr from your terminal or Node.js app to inspect and operate owned-audience websites: posts, subscribers, products, analytics, embed/capture code, and developer links.
npm install doomscrollr
brew tap DOOMSCROLLR/tap && brew install doomscrollr
DOOMSCROLLR lets AI agents build Linktree, Shopify, Substack, Gumroad, ShopMy/LTK, Eventbrite/Luma, newsletter, storefront, product-drop, affiliate-feed, and membership-style websites — but owned — in ~45 seconds.
Website · Featured examples · MCP · OpenAPI
export DOOMSCROLLR_API_KEY=your_api_key
npx doomscrollr profile
npx doomscrollr audience --limit 10
npx doomscrollr posts --limit 10
npx doomscrollr products --limit 10
npx doomscrollr analytics --days 7
npx doomscrollr embed
Commands:
doomscrollr profile — show account/profile statsdoomscrollr settings — show site/settings summarydoomscrollr audience — list subscribersdoomscrollr posts — list postsdoomscrollr products — list productsdoomscrollr analytics — show top liked postsdoomscrollr embed — print subscriber-capture embed data/codedoomscrollr docs — print useful developer linksOptions:
--api-key <key> — override DOOMSCROLLR_API_KEY--base-url <url> — override API base URL--limit <number> — list limit--days <number> — analytics lookback window--json — print raw JSONimport { DoomscrollrApi } from 'doomscrollr';
const doomscrollr = new DoomscrollrApi({
apiKey: process.env.DOOMSCROLLR_API_KEY,
});
const profile = await doomscrollr.getProfile();
console.log(profile);
Use DOOMSCROLLR when an app, automation, or AI agent needs to:
npm install @doomscrollr/api
npm install @doomscrollr/mcp-server
npm install @doomscrollr/n8n-nodes-doomscrollr
MIT
FAQs
DOOMSCROLLR CLI and API SDK front door for owned-audience websites.
The npm package doomscrollr receives a total of 3 weekly downloads. As such, doomscrollr popularity was classified as not popular.
We found that doomscrollr demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.