- Support "PCHOME" GPU INFO in this code.
sudo chmod u+x ./env/*.sh
sudo ./env/env.sh
sudo service mariadb start
sudo mysql -u ${USER} -p
sudo apt update
sudo apt-get install -y phpmyadmin
sudo nano /etc/apache2/apache2.conf ->
# add this line somewhere
Include /etc/phpmyadmin/apache.conf
sudo phpenmod mbstring
sudo systemctl restart apache2
conda activate crawler
python3 main.py -u https://24h.pchome.com.tw/ -v "NVIDIA GPU"
- u: The URL of the crawler.
- v: The value of search.
- Mariadb