Files
jerlendds c1ec76f876 Update backend osintbuddy pypi dep
node.py, dev-requirements.txt, and requirements.txt
2023-12-19 19:40:08 -07:00
..
2023-12-19 19:40:08 -07:00
2023-11-05 06:03:05 -07:00
2023-11-05 21:59:14 -07:00
2023-11-29 20:24:33 -07:00
2023-10-16 23:08:55 -06:00

OSINTBuddy Backend

About the Project

The core of the backend is a FastAPI app running on Python 3.11.4.You can find the backend dockerfile here and the selenium provider here among a few other things.

Dependencies

General purpose:

For creating and saving WARC files we're planning to use (todo):

For telemetry we're planning to add (todo):

Testing, Linting, Formatting, and Githooks (todo):

Getting Started

  1. Clone the repo

    git clone --recurse-submodules https://github.com/jerlendds/osintbuddy.git
    # using ssh?
    # git clone --depth=1 --recurse-submodules git@github.com:jerlendds/osintbuddy.git 
    cd osintbuddy
    
  2. Setup your dev env/venv and install development dependencies. From the osintbuddy directory run:

    ./launcher bootstrap 
    
  3. Start the stack

    ./launcher start
    # restart the backend:     ./launcher restart backend
    # stop the backend:        ./launcher stop backend
    # kill the stack:          ./launcher kill
    # generate UI api client:   npm run client:gen (only works if the backend is running)