cli
install
git clone https://github.com/b44ken/botblocks
cd botblocks
bun install
bun link
pip install -e pyrun a script against a local host and open its workspace:
botblocks run script.pydeploy a script to botblocks.dev:
botblocks deploy script.py
botblocks deploy train.py --size mediumthe command prints a shareable https://botblocks.dev/workspace/<proc> url. logged-out runs use a small container and stop after two minutes. botblocks login links runs to your profile; logged-in runs can select small, medium, or gpu and run for up to 30 minutes.
other commands and flags:
botblocks login
botblocks serve # host only
botblocks serve --local # never offload deploys
botblocks run script.py --headless
botblocks serve --port 6675
botblocks deploy script.py --host https://botblocks.dev