Metadata-Version: 2.1
Name: looter
Version: 2.21
Summary: A python package aiming at avoiding unnecessary repetition in making common crawlers.
Home-page: https://github.com/alphardex/looter
Author: alphardex
Author-email: 2582347430@qq.com
License: MIT
Platform: all
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: docopt
Requires-Dist: parsel
Requires-Dist: aiohttp
Requires-Dist: tqdm

<h1 align="center">Looter 🗡️</h1>
<p>
  <img alt="Version" src="https://img.shields.io/badge/version-2.18-blue.svg?cacheSeconds=2592000" />
  <a href="https://pepy.tech/project/looter">
    <img alt="Downloads" src="https://pepy.tech/badge/looter" target="_blank" />
  </a>
  <a href="https://api.travis-ci.org/alphardex/looter">
    <img alt="Build" src="https://api.travis-ci.org/alphardex/looter.svg" target="_blank" />
  </a>
  <a href="https://looter.readthedocs.io/en/latest/">
    <img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" target="_blank" />
  </a>
  <a href="https://www.codacy.com/project/alphardex/looter/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=alphardex/looter&amp;utm_campaign=Badge_Grade_Dashboard">
    <img alt="Grade" src="https://api.codacy.com/project/badge/Grade/78dbe75cccef4c5887ea236e9afcb89e" target="_blank" />
  </a>
  <a href="https://codecov.io/gh/alphardex/looter">
    <img alt="Coverage" src="https://codecov.io/gh/alphardex/looter/branch/master/graph/badge.svg" target="_blank" />
  </a>
</p>

> A super-lightweight web-scraping tool.

### 🏠 [Homepage](https://looter.readthedocs.io/en/latest/)

## Install

```sh
pip install looter
```

## Usage

```sh
Usage:
  looter genspider <name> [--async]
  looter shell [<url>]
  looter (-h | --help | --version)

Options:
  -h --help        Show this screen.
  --version        Show version.
  --async          Use async instead of concurrent.
```

## Author

👤 **alphardex**

* Github: [@alphardex](https://github.com/alphardex)
* Twitter: [@alphardex007](https://twitter.com/alphardex007)

## Show your support

Give a ⭐️ if this project helped you!

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_


