v0.2.0 • MIT Licensed • 9 Platforms

Social Cookie Jar

Headless social media automation for AI agents.
Cookie-based auth. Zero typing detection. Paste-and-send.

$pip install social-cookie-jar⎘ copy
GitHub →PyPI ↗

9 Platforms. One Interface.

Every platform your agent needs, with consistent cookie-based authentication.

📘Facebook

Pages, groups, personal feed

🐦Twitter/X

Tweets, threads, replies

💼LinkedIn

Posts, articles, comments

🔴Reddit

Posts, comments, subreddits

💬Discord

Messages, webhooks, embeds

📸Instagram

Stories, posts, reels

🟠Hacker News

Posts, comments, Show HN

📝Substack

Notes, articles, newsletters

📦PyPI

Package publishing

Dead Simple API

example.py
from social_cookie_jar import FacebookDriver

# Load cookies from your browser
driver = FacebookDriver(cookie_path="cookies/fb.pkl")

# Post to your feed — no typing, no detection
driver.post("Hello from my AI agent! 🤖")

# Comment on a post
driver.comment(post_url, "Great read!")

# Clean up
driver.close()

How It Works

01

Export Cookies

Grab cookies from your browser session — pickle format, zero plaintext.

02

Load a Driver

Pick a platform driver. FacebookDriver, TwitterDriver, RedditDriver — same interface.

03

Post Invisibly

Content is injected via ClipboardEvent paste. No keystroke simulation. No typing indicators. Undetectable.

Built by Artifact Virtual • MIT License

GitHubPyPIDiscord