Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 852 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 852 Bytes

Grapefruit-crawler

Codacy Badge Build Status

Grapefruit torrent-network sniffer.

Requirements

  • Python 3.6.3 or higher
  • MongoDB 3.2.17 or higher

Execution

  1. Install requirements
pip install -r requirements.txt
  1. Set environment variables
MONGODB_URL=mongodb://mongodb:27017/grapefruit

Optional (default = grapefruit):

MONGODB_BASE_NAME=grapefruit
  1. Start crawler
python app.py