Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 782 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 782 Bytes

darvester-api

API Backend for a Darvester database

  • Curently a WIP
  • Developed in Python primarily (yes, there is also a Rust project, I'll get to that later)

The main package. Discord OSINT and data harvesting toolkit

To interface with this package

Install:

1. Clone

git clone https://github.com/V3ntus/darvester-api; cd darvester-api

2. Setup

python3.9 -m venv env
source env/bin/activate
pip install -r requirements

Note: Your harvested.db file should be in the same directory as this package. Command line arg and config should be added soon

3. Run

python main.py --host 0.0.0.0 --port 3000