collect conference data from http://www.guide2research.com/ mongodb & mysql support
-
install crontab(archlinux)
sudo pacman -S --needed cronie sudo systemctl start cronie
install crontab(centos7)
systemctl start crond
-
install dependency(centos7)
sudo yum -y install https://centos7.iuscommunity.org/ius-release.rpm sudo yum -y install python36u python36u-pip python36u-devel sudo pip3.6 install --upgrade mysqlclient scrapy
-
change usr, passwd and pipline in
settings.py
-
if using mysql, create database and table refer to
create.sql
-
collect one time
python main.py #centos7 python3.6 main.py
-
update every day
01 01 * * * python /home/root/top/main.py