Skip to content

darvester/darvester-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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