Automatically scrapes product images & titles from Amazon and Walmart and posts them as Pinterest pins.
scheduler.py— Main scheduler scriptproducts.csv— Your affiliate product linksrequirements.txt— Python dependencies.github/workflows/run_scheduler.yml— Manual GitHub Actions trigger
Product Link,Type
https://amzn.to/xxxxx,amazon
https://walmart.sjv.io/xxxxx,walmart
- amazon → uses catchy random title
- walmart → uses actual product name as title
Go to repo → Settings → Secrets → Actions → New secret:
PINTEREST_ACCESS_TOKENPINTEREST_BOARD_ID
- Update
products.csvwith new affiliate links - Upload to GitHub
- Go to Actions → Pinterest Scheduler → Run workflow
- Click Run workflow ✅
Runs manually whenever you want — no fixed schedule!