Install
openclaw skills install buymeacoffee-autobotAutomates Buy Me a Coffee / Ko-fi page — generates content, posts updates, thanks supporters, and converts followers into paying supporters automatically. Al...
openclaw skills install buymeacoffee-autobotAutomate your Buy Me a Coffee page.
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
BMC_PAGE_URL in Settings > AdvancedBMC_EMAIL + BMC_PASSWORDbuymeacoffee-autobot/ with:
scripts/autoposter.pyscripts/supporter_thanker.pyconfig/content_calendar.json — scheduled postsSKILL.md — this file