2018年2月2日 星期五

Missing scrapy command line after pip install scrapy

You can just write a shell script, the content is as below.
I put it on /usr/local/bin/scrapy.  Everything works fine
#! /usr/bin/python2.7
# path to python 2.7 (python 3 doesn't work well with scrapy atm)
import sys 
import scrapy.cmdline 
sys.exit(scrapy.cmdline.execute())

沒有留言:

如何下載Facebook 相簿跟影片

影片:透過chrome plug-in : Video Downloader for Facebook<sup>TM</sup> 相簿: 透過chrome plug-in : Tampermonkey 搭配script : Facebo...