Bosy Bot Portable Package
This folder is a standalone Bosy snapshot prepared for moving to another device without changing the live workspace it was copied from.
What is inside
- Bosy identity and operating context:
AGENTS.md,SOUL.md,USER.md,IDENTITY.md,TOOLS.md,HEARTBEAT.md - Historical context:
memory/ - Bosy scripts and current local data exports:
bosy/ - Bundled Google token file:
bosy/google_tokens.json - Portable environment config:
.env - Setup helpers:
scripts/bootstrap.sh,scripts/doctor.sh
Sensitive contents
This package includes live API credentials and the current Google refresh token. Share it only through a private channel you trust.
Deploy on another device
- Copy this entire folder to the target device.
- Open a terminal in the folder.
- Run
./scripts/bootstrap.sh - Run
./scripts/doctor.sh - If Google access is no longer valid on the new device, run
python3 bosy/google_auth.py authfrom the activated virtual environment.
Common commands
After bootstrap:
source .venv/bin/activate
python bosy/meta_ads.py account
python bosy/meta_ads.py summary
python bosy/klaviyo.py lists
python bosy/google_sheets.py info 1sa2CI3eaYOJQLIf9xUnArLwhf43qMMwsiB_4oSKpyc8
python bosy/resend_email.py audiences
Notes
- The packaged scripts read credentials from
.env, not from hardcoded paths or secrets in code. - The original workspace remains untouched. This package is a separate copy.
- If you want to rotate secrets later, edit
.envand replacebosy/google_tokens.jsonas needed.
还没有评论。