This page currently is under construction.
This software is an automatic chatting tool for anonymous chat room UncleNoWay (叔叔不约).
-
Install these packages that all available in pip.
- requests
- websocket
- termcolor
-
If you want to run this in muti-processes, then install the IPProxyPool , and making sure the server is running at
127.0.0.1:1024
, also modify the Uncle.pyproxy_enabled = True
. If you're using another port, replace the Uncle.pyproxy_url
identical with your setting. -
Register at Tu Ling (图灵), and modify Uncle.py
chatbot_api_key
identical with the key from Tu Ling. You can replce this function in order to use your own chatbot platform. -
(Optional) Register at Validate Platform, and modify Uncle.py
validate_api_key
. If you don't want to use the automatic validate platform, you can also manualy get yourusrId
by inspect your network's websocket connection. -
run
python main.py
This software is following GPLv3, for study propose only!