Buymeacoffee Autobot
by @ssidharhubble
Automates Buy Me a Coffee / Ko-fi page — generates content, posts updates, thanks supporters, and converts followers into paying supporters automatically. Al...
clawhub install buymeacoffee-autobot📖 About This Skill
name: buymeacoffee-autobot version: 1.0.8 description: | Automates Buy Me a Coffee / Ko-fi page — generates content, posts updates, thanks supporters, and converts followers into paying supporters Also runs affiliate links for digital products and cross-promotes across platforms. compatibility: Python 3, requests. Buy Me a Coffee has no public API (use browser automation). metadata: author: ssyopros.zo.computer category: passive- tags: buymeacoffee, ko-fi, creator-monetization, tips, donations, supporters, passive-
buymeacoffee-autobot
Automate your Buy Me a Coffee page.
What This Does
1. Posts content updates — auto-posts to your page via browser automation 2. Thanks supporters — personalized thank-you messages after each tip 3. Converts followers — promotes page to drive new supporters 4. Cross-promotes — shares your page on social channels 5. Tracks earnings — daily summary of tips received
Core Script
scripts/bmc_autoposter.py
#!/usr/bin/env python3
"""Buy Me a Coffee autoposter — automates content and supporter management."""def post_update(message):
"""Post an update to your BMC/Ko-fi page."""
pass # Browser automation via Selenium
def thank_supporter(name, amount):
"""Send personalized thank-you after a tip."""
pass
def promote_page():
"""Share page link across connected platforms."""
pass
def get_earnings():
"""Scrape today's tips and total earnings."""
pass
Growth Strategy
Earnings Model
Steps to Connect
1. Sign up at buymeacoffee.com or ko-fi.com
2. Save your page URL as BMC_PAGE_URL in Settings > Advanced
3. Save login credentials as BMC_EMAIL + BMC_PASSWORD
Deliverable
buymeacoffee-autobot/ with:
scripts/autoposter.pyscripts/supporter_thanker.pyconfig/content_calendar.json — scheduled postsSKILL.md — this file