Auto Generated by os-scrapy-cookiecutter
Project description
# lich_scrapy_random_useragent
Scrapy project auto generated by [os-scrapy-cookiecutter](https://github.com/cfhamlet/os-scrapy-cookiecutter).
## Project
This scrapy project is a python package generated by os-scrapy-cookiecutter.
You can run it as normal scrapy project with scrapy commands.
It is also a python package, the scaffolds can be used for formatting, testing, installing.
lint
` sh scripts/lint.sh `
test
` sh scripts/test.sh `
install
` python setup.py install `
example
You can run example spider:
` scrapy crawl example `
files
` . ├── lich_scrapy_random_useragent # scrapy project │ ├── __init__.py │ ├── items.py │ ├── middlewares.py │ ├── pipelines.py │ ├── settings.py │ └── spiders │ └── __init__.py ├── LICENSE # license file ├── MANIFEST.in # setup install package file ├── pytest.ini # pytest config file ├── README.md ├── requirements │ ├── requirements-lint.txt # requirements of format tools used by scripts/lint.sh and tox │ ├── requirements-test.txt # requirements of test used by tox │ └── requirements.txt # requirements of this project ├── scrapy.cfg # scrapy project entrypoint file ├── scripts │ ├── test.sh # run test │ └── lint.sh # format the source file ├── setup.cfg # setup tool config file ├── setup.py # setup tool ├── tests │ ├── __init__.py │ └── test_scrapy_check.py # unit test with scrapy check └── tox.ini # tox config file `
## Install
` python setup.py install `
## Usage
` scrapy -h `
## Unit Tests
` sh scripts/test.sh `
## License
MIT licensed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file lich_scrapy_random_useragent-0.0.1.tar.gz
.
File metadata
- Download URL: lich_scrapy_random_useragent-0.0.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c62bdec34f889763187692b2edf888098fdc04118033a4e254e29f4de2d8d290 |
|
MD5 | 439859772c99066e9de793e69b2164a2 |
|
BLAKE2b-256 | 89d18879c046701703def51c31050b045789b419dc6a588d5cca13efc1fffec9 |