This script was created to make a user of Discuz! forum(gyhj.org for now) stay online, with python3.
-
Create a virtual environment, and activate it
-
install webdriver follow the document, and put
chromedriver.exe
in the folder containapp.py
-
install requirements:
pip install -r requirements.txt
-
edit
config.py
to set yourusername
andpassword
-
start scrpit with
python app.py