# Actual Budget Helper Scripts This is a collection of useful scripts to help you manage your Actual Budget. ## Requirements - [Actual Budget](https://actualbudget.org/) - [Node.js](https://nodejs.org/) (21.6.2+) - [@actual-app/api](https://www.npmjs.com/package/@actual-app/api) - [dotenv](https://www.npmjs.com/package/dotenv) - [jsdom](https://www.npmjs.com/package/jsdom) ## Configuration Create a `.env` file in the root directory with the following content: ```python ACTUAL_SERVER_URL="https://" ACTUAL_SERVER_PASSWORD="" ACTUAL_SYNC_ID="" # optional, for encrypted files ACTUAL_FILE_PASSWORD="" # optional, if you want to use a different cache directory ACTUAL_CACHE_DIR="./cache" ``` ## Installation Run `npm install` to install any required dependencies.