Skip to main content

High-level Python web scraping.

Project description

Screpe

High-level Python web scraping.

(Crepes not included)



Installation


Using pip

The Python package installer makes it easy to install screpe.

pip install screpe

Using git

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

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.



Getting Started


Initializing Screpe

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

import screpe

scr = Screpe()

Requests and BeautifulSoup


Downloading a Webpage or a File


Downloading an HTML Table


Selenium


Rate-Limiting


Caching




License


MIT License

Copyright (c) 2022 Shane Drabing

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

screpe-0.0.5.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

screpe-0.0.5-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

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