Skip to content

plawanrath/filesystem-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip

Create a .env file in top-level and add credentials

# ── ChatGPT ─────────────────────────────────────────
OPENAI_API_KEY="key"

# Path to the Google OAuth client-secrets JSON you downloaded
GOOGLE_CLIENT_SECRET_JSON=<credentials file path>

# ── Synology NAS (if needed)  ─────────
NAS_HOST=
NAS_PORT=
NAS_USER=
NAS_PASS=

Run Steps (Python)

python main.py

This should start a GUI.

Building MacOS App

  1. Make sure you have a setup.py file
python setup.py py2app

To Debug App

/Applications/Filesystem\ Assistant.app/Contents/MacOS/Filesystem\ Assistant --verbose

About

FileSystem Assistant Mac App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages