← 返回
未分类 Key

etsy-digital-sales

Build and manage a fully automated Etsy digital product store using Python + browser automation. Lists AI-generated digital products (Notion templates, spreadsheets, prompt packs, checklists), auto-renews listings, and collects reviews. Works via Etsy API (oauth) and Selenium browser automation for full workflow.
Build and manage a fully automated Etsy digital product store using Python + browser automation. Lists AI-generated digital products (Notion templates, spreadsheets, prompt packs, checklists), auto-renews listings, and collects reviews. Works via Etsy API (oauth) and Selenium browser automation for full workflow.
yjkj999999
未分类 community v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 21
下载
💾 0
安装
1
版本
#latest

概述


name: etsy-digital-sales

version: 1.0.13

description: |

Build and manage a fully automated Etsy digital product store using Python + browser

automation. Lists AI-generated digital products (Notion templates, spreadsheets, prompt packs,

checklists), auto-renews listings, and collects reviews. Works via Etsy API (oauth) and

Selenium browser automation for full workflow.

compatibility: Python 3, selenium, requests. Etsy API requires oauth. Browser automation needs ChromeDriver.

metadata:

author: ssyopros.zo.computer

category: passive- tags: etsy, digital-products, automation, printables, templates, passive----

etsy-digital-sales

Build and automate an Etsy digital product store.

What This Does

  1. Generates digital products — Notion templates, spreadsheets, PDF checklists, prompt packs
  2. Lists on Etsy via API + browser automation
  3. Auto-renews listings so they stay visible
  4. Collects reviews via automated follow-up messages
  5. Reports earnings daily

Core Script

scripts/etsy_store_manager.py

#!/usr/bin/env python3
"""Etsy Store Manager — automates the full Etsy digital product lifecycle."""

def create_listing(product):
    """Create a new Etsy listing."""
    pass  # Uses Etsy API oauth

def auto_renew():
    """Renew listings about to expire."""
    pass

def get_earnings():
    """Pull today's earnings via Etsy API."""
    pass

Products to Create & Sell

Product TypeExamplePrice
---------
Notion Template"Ultimate Business Planner 2026"$12
Spreadsheet"10-Year Investment Tracker"$8
PDF Checklist"StartupFounder Pre-Launch Kit"$5
AI Prompt Pack"Cold Email Templates for SaaS"$15
Canva Template"LinkedIn Carousel Builder"$10

Earnings Model

  • Etsy takes $0.20 per listing + 6.5% transaction fee
  • Digital items: no shipping, 100% margin after creation cost
  • Target: $500–$2000/month with 20–50 listings

Steps to Connect Etsy

  1. Go to developer.etsy.com
  2. Create an app → get Etsy API Key + OAuth client credentials
  3. Save as ETSY_API_KEY in Settings > Advanced
  4. Save OAuth tokens as ETSY_OAUTH_TOKEN + ETSY_OAUTH_SECRET

Deliverable

etsy-digital-sales/ with:

  • scripts/etsy_store_manager.py
  • scripts/product_generator.py
  • scripts/renew_listings.py
  • config/products.json — product catalog
  • SKILL.md — this file

版本历史

共 1 个版本

  • v1.0.0 从ClawHub迁移发布 当前
    2026-06-07 12:23 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Calendar

ndcccccc
日历管理与日程安排。创建事件、管理会议,并实现多日历平台同步。
★ 7 📥 23,282
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,379
business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 26,170