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
git clone https://github.com/V3ntus/darvester-api; cd darvester-api
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
python main.py --host 0.0.0.0 --port 3000