Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Latest commit

 

History

History
101 lines (61 loc) · 1.88 KB

README_en.md

File metadata and controls

101 lines (61 loc) · 1.88 KB

mosaic.jpg

DarkNet_ChineseTrading - A crawler for real-time monitoring of the dark network website.

[Tutorial: How to Implement Dark Net Transaction Monitoring] (https://mp.weixin.qq.com/s/OaPjAaNcEefQxaXQykheqg)

Monitor screen(by grafana)

Features

  • Automatic Tor node switch
  • Automatic registration
  • Automatic Log-in
  • Anti-ban
  • ORM
  • Event details
  • Event reminder(telegram)[Graphic with Photo]
  • Nude Image Filter
  • EXIF GPS Detect

join us:https://t.me/fordarknetspiderbot

Install(Mac)

  • python env config

    download and install the integrated environment , anaconda 3.5 ,and then install the required pkg

     pip install -r ./requirements.txt
     pip install -U 'requests[socks]'
    
  • install tor

     brew install tor
     
     cd /usr/local/etc/tor
     cp torrc.sample ./torrc
     vi torrc
    

    Add the following to configure torrc and run the command restart_tor.sh to restart the tor

     SOCKSPort 9150 					# socks5 proxy address
     Socks5Proxy 127.0.0.1:1086 		# shadowsocks proxy(if you are in China)
     RunAsDaemon 1 					# running in the background
     ControlPort 9151 				# open control port
     
    
  • Storage

    install Docker with Redis Mysql

  • Run

    configure the connection in config_dev.pyandTelegramRobotToken

     mv config_dev.py config.py
     bash restart_task.sh
     python run.py
    
  • OCR(mac)

     brew install tesseract
    

    snum.traineddata

  • Running logic

  • Result screenshot

    • telegram

    • run.py