The desktop app watches a folder and auto-organises your bank statements. Requires a BSFlow account and credits.
For developers and self-hosting.
git clone https://github.com/StablEX-DeFi/bsflow.git cd bsflow pip install -r requirements.txt cp .env.example .env # add OPENAI_API_KEY, SUPABASE_URL, SUPABASE_ANON_KEY python run_watcher.py # or: python run_batch.py