Skip to content

Getting Started

Welcome to BSOT! This guide will help you install, configure, and start using the toolkit.


Guides


System Requirements

  • Python: 3.9 or higher (for pip installation)
  • OS: macOS, Linux, Windows
  • Memory: 256MB minimum
  • Disk: 100MB for installation

Quick Install

pip install bsot

Download from GitHub Releases:

# macOS
curl -LO https://github.com/yourusername/bsot/releases/latest/download/bsot-macos
chmod +x bsot-macos
sudo mv bsot-macos /usr/local/bin/bsot

# Linux
curl -LO https://github.com/yourusername/bsot/releases/latest/download/bsot-linux
chmod +x bsot-linux
sudo mv bsot-linux /usr/local/bin/bsot
git clone https://github.com/yourusername/bsot.git
cd bsot
pip install -e .

Verify Installation

bsot --version

Next Steps

  1. Configure API keys for threat intelligence
  2. Follow the Quick Start tutorial
  3. Explore Use Cases for real-world examples