This CLI allows you to controle Scrapbox directly from your terminal.
-
Clone the Repository
git clone https://github.com/katayama8000/scrapbox-write-cli cd scrapbox-write-cli
-
Install Dependencies
yarn install
-
Configure Environment
- Copy
.env.dist
to.env
and set your Scrapbox Session ID in.env
:cp .env.dist .env
- Copy
-
Run Commands
- For daily updates:
yarn daily
- For weekly updates:
yarn weekly
- For daily updates:
Tip: To automate, set up these commands to run on GitHub Actions.