Quick Start (60 seconds)
cd bot-posting
npm install
npm run post:article # or npm run post:product
π Full Documentation
- Bot Setup & Usage: See bot-posting/README.md
- Quick Reference: See BOT_QUICK_START.md
π Key Files
| File | Purpose |
|---|---|
bot-posting/bin/create-article.js |
Create articles interactively |
bot-posting/bin/create-product.js |
Create products interactively |
bot-posting/utils/helper.js |
Programmatic API for automation |
bot-posting/package.json |
Dependencies & npm scripts |
β¨ Latest Product Added
Kanopi Spandek Termurah Setu Bekasi
- π File:
_products/kanopi-spandek-termurah-setu-bekasi.md - π° Price: Rp 550.000 / mΒ²
- π·οΈ Category: Kanopi
- β
Status: Live on
/products/page
π― 2-Minute Setup
First Time Only:
cd bot-posting
npm install # 30 seconds
Every Time You Want to Post:
npm run post:article # 2 minutes to answer questions
# or
npm run post:product # 2 minutes to answer questions
π Current Stats
- Total Products: 12
- Total Articles: 11 blog posts
- Product Categories: 5 (Kanopi, Pagar, Tangga, Railing, Pintu)
- Blog Categories: 9 available
π URLs
- Products page: https://kharismasteel.github.io/products/
- Articles/Blog: https://kharismasteel.github.io/archive/
- Main site: https://kharismasteel.github.io/
π‘ Pro Tips
- Article slugs are auto-generated from the title
- Tags should be comma-separated (e.g., βtag1, tag2, tag3β)
- Categories are pre-defined - choose from list
- Images go in
/assets/products/folder - Content can be edited later after creation
π Help
- Full help:
npm run help - More details: See bot-posting/README.md
- Questions: Check BOT_QUICK_START.md
Last Updated: Dec 22, 2025