Python & Spider EOF



Python & Spider

​https://github.com/xgqfrms/Python​

​https://github.com/xgqfrms/Python/issues/3​

​https://abc.xgqfrms.xyz/Python/​

​https://github.com/xgqfrms/Python/blob/gh-pages/DjangoApp/main_app/views.py​

Scrapy

web spiders

An open source and collaborative framework for extracting the data you need from websites. In a fast, simple, yet extensible way.

一个开放源代码和协作框架,用于从网站提取所需的数据。 以一种快速,简单但可扩展的方式。

​https://scrapy.org/​

Python & Spider_EOF

EOF

# echo > test.py


$ cat > test.py <<EOF
# coding: utf8

__author__ = 'xgqfrms'
__editor__ = 'vscode'
__version__ = '1.0.1'
__copyright__ = """
Copyright (c) 2012-2050, xgqfrms; mailto:xgqfrms@xgqfrms.xyz
"""
EOF


Python & Spider_Python_02