Download Latest Version TorBot 4.3.0 source code.zip (2.1 MB)
Email in envelope

Get an email when there's a new version of TorBot

Home / v4.2.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-28 1.0 kB
TorBot 4.2.0 source code.tar.gz 2026-07-28 2.1 MB
TorBot 4.2.0 source code.zip 2026-07-28 2.1 MB
torbot-4.2.0-py3-none-any.whl 2026-07-28 2.1 MB
torbot-4.2.0.tar.gz 2026-07-28 2.1 MB
Totals: 5 Items   8.5 MB 0

What's new

  • Added torbot app and torbot --app for opening the optional TorBotApp desktop UI.
  • Added TorBotApp discovery through --app-dir, TORBOT_APP_DIR, or a sibling TorBotApp checkout.
  • Documented how the CLI, optional desktop UI, and backend services fit together.
  • Improved scripts/publish.sh so it checks the current version artifacts and prompts for a PyPI token only when uploading.

Fixes

  • Moved the CLI implementation into the installed package so the torbot console command works from a wheel install.
  • Removed the deprecated sklearn dependency now that scikit-learn is already used directly.

Install

:::sh
pip install torbot==4.2.0

Checks

  • .venv/bin/python -m pytest
  • .venv/bin/python -m flake8 main.py src/torbot/cli.py src/torbot/modules/app_launcher.py tests/test_cli_and_crawler.py
  • scripts/publish.sh
  • Installed the built torbot-4.2.0 wheel in a fresh temp environment and checked torbot --version plus the app launch guidance path.
Source: README.md, updated 2026-07-28