- Automatic Tor node switch
- Automatic registration
- Automatic Log-in
- Anti-ban
- ORM
- Event details
- Event reminder(telegram)[Graphic with Photo]
- Nude Image Filter
join us:https://t.me/fordarknetspiderbot
-
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]'
-
brew install tor cd /usr/local/etc/tor cp torrc.sample ./torrc vi torrc
Add the following to configure
torrc
and run the commandrestart_tor.sh
to restart the torSOCKSPort 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
-
install
Docker
withRedis
Mysql
-
configure the connection in
config_dev.py
andTelegramRobotToken
mv config_dev.py config.py bash restart_task.sh python run.py
-
brew install tesseract