Skip to main content

Auto Generated by os-scrapy-cookiecutter

Project description

# os_scrapy_linkextractor

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

    ` . ├── os_scrapy_linkextractor # 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

tox

## License

MIT licensed.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

os_scrapy_linkextractor-0.0.8.tar.gz (9.8 kB view details)

Uploaded Source

File details

Details for the file os_scrapy_linkextractor-0.0.8.tar.gz.

File metadata

File hashes

Hashes for os_scrapy_linkextractor-0.0.8.tar.gz
Algorithm Hash digest
SHA256 5b5586d1a4e5f312855b34fd4f0334d566e1e3e8124d0bdc25fe031545b395e6
MD5 18fd07921ccb01a8aafb0dcab5ddb807
BLAKE2b-256 b2c314c43402e42528f96e4919f56b591983d49667f6be5d4c7ec013244efbc2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page