Get Started in 60 Seconds
One command to clone, one command to configure. That's it.
# Clone the repo git clone https://github.com/riyogarta/syne.git cd syne # Create virtual environment python3 -m venv .venv source .venv/bin/activate pip install -e . # Interactive setup β handles everything syne init
syne init guides you through provider selection, Telegram bot setup,
and automatically starts PostgreSQL via Docker. No manual steps.