Web crawler for parsing data from http://140.112.166.97/power/fn2/dataq.aspx
Please run the following command first.
# Install tools
sudo ./install_packages.sh
You can try the following command:
# Basic parser and database initialization.
chmod +x ./demo.sh
./demo.sh
You can try the following command:
nohup python3 -u -m src.startCrawler > [LOG_FILENAME] &