https://github.com/povilasb/scrapy-hello-world
Scrapy hello world project
https://github.com/povilasb/scrapy-hello-world
demo python scrapy
Last synced: 3 months ago
JSON representation
Scrapy hello world project
- Host: GitHub
- URL: https://github.com/povilasb/scrapy-hello-world
- Owner: povilasb
- Created: 2016-05-06T05:57:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T12:27:24.000Z (almost 7 years ago)
- Last Synced: 2025-03-16T00:14:24.550Z (3 months ago)
- Topics: demo, python, scrapy
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=====
About
=====This is a sample Scrapy project.
Demos
=====Create python virtual environment with dependencies installed::
$ make pyenv
Get IP from http://httpbin.org/ip:
$ pyenv/bin/scrapy crawl myip
Along the lines you should see something like::
b'{"origin":"78.62.228.8"}\n'
Windows
=======Personally I don't run examples on Windows, but all should work out of the
box. Except `pyenv/bin/scrapy` will be `pyenv\Scripts\scrapy`.