Metadata-Version: 2.1
Name: screpe
Version: 0.0.5
Summary: High-level Python web scraping.
Home-page: https://github.com/shanedrabing/screpe
Author: Shane Drabing
Author-email: shane.drabing@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE


<div align="center">

# Screpe

High-level Python web scraping.

<img src="docs/crepe.jpg" width="60%" />

(Crepes not included)

<br>

---

## Installation

</div>
<br>

### Using `pip`

The Python package installer makes it easy to install `screpe`.

```console
pip install screpe
```

<br>

### Using `git`

Otherwise, clone this repository to your local machine with git, then install with Python.

```console
git clone https://github.com/shanedrabing/screpe.git
cd screpe
python setup.py install
```

You can also simply download `screpe.py` and place it in your working directory.

<br>

---

<div align="center">

## Getting Started

</div>
<br>

### Initializing Screpe

Import the module in Python, and initialize a `Screpe` object.

```python
import screpe

scr = Screpe()
```

<br>

### Requests and BeautifulSoup

<br>

### Downloading a Webpage or a File

<br>

### Downloading an HTML Table

<br>

### Selenium

<br>

### Rate-Limiting

<br>

### Caching

<br>
<br>
<div align="center">

---

## License

</div>
<br>

[MIT License](https://choosealicense.com/licenses/mit/)

Copyright (c) 2022 <a href="https://:-)">Shane Drabing</a>
