标签:col 格式 发送 数据库 理论 运维平台 pip3 pre 为什么
用途# 下载(必须)
cd ~ && git clone https://github.com/naughtyGitCat/spider_taobao_mysql.git
# 修改配置(必须)
vim config.py
# 安装crontab(可选)
"0 10 8 * * source ~/.bashrc && python3 ~/spider_taobao_mysql/main.py"
# 安装依赖
pip3 install logbook
pip3 install html2text
pip3 install pymysql
pip3 install requests_html
# 创建元信息库表(可选)
mysql -d mysql -u root -p < taobao_monthly_report.sql
# 执行程序
python3 main.py
【Python】抓取淘宝数据库月报,发送邮件,本地存档,保存元信息
标签:col 格式 发送 数据库 理论 运维平台 pip3 pre 为什么
原文地址:http://blog.51cto.com/l0vesql/2299836