Skip to content

bashkirtsevich-llc/grapefruit-crawler

Repository files navigation

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