Metadata-Version: 2.1
Name: scralenium
Version: 0.1.0
Summary: Middleware for scrapy using selenium webdriver.
Home-page: https://github.com/alexpdev/scralenium
Author: alexpdev
Author-email: alexpdev <alexpdev@pm.me>
License: Apache Software License
Keywords: scrapy,selenium,web-scraping
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# Scralenium

<!--- These are examples. See https://shields.io for others or to customize this set of shields. You might want to include dependencies, project status and licence info here --->

![GitHub repo size](https://img.shields.io/github/repo-size/alexpdev/scralenium?color=orange)
![GitHub License](https://img.shields.io/github/license/alexpdev/scralenium?color=red&logo=apache)
![PyPI - Downloads](https://img.shields.io/pypi/dm/scralenium?color=brown)
![GitHub Last Commit](https://badgen.net/github/last-commit/alexpdev/scralenium?color=blue&icon=github)
[![CI](https://github.com/alexpdev/scralenium/actions/workflows/windows.yml/badge.svg?branch=master&event=push)](https://github.com/alexpdev/scralenium/actions/workflows/windows.yml)
[![CI](https://github.com/alexpdev/scralenium/actions/workflows/mac.yml/badge.svg?branch=master&event=push)](https://github.com/alexpdev/scralenium/actions/workflows/mac.yml)
![GitHub repo size](https://img.shields.io/github/repo-size/alexpdev/scralenium)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/1e7fc4df9f66443daa887c740b05335d)](https://www.codacy.com/gh/alexpdev/scralenium/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=alexpdev/scralenium&amp;utm_campaign=Badge_Grade)
[![codecov](https://codecov.io/gh/alexpdev/scralenium/branch/main/graph/badge.svg?token=jpj9Rgriqi)](https://codecov.io/gh/alexpdev/scralenium)

Project name is a `scralenium` that allows _use selenium webdriver with scrapy_ to do scrape web data from dynamic web pages.

## Prerequisites

Before you begin, ensure you have met the following requirements:

* You have installed the latest version of `python 3`
* You are familiar with the scrapy framework

Requirements:

* scrapy
* selenium

## Installing

To install `scralenium`, follow these steps:

```bash
git clone https://github.com/alexpdev/scralenium.git
cd scralenium
pip install .
```
## License

This project uses the following license: [Apache 2.0](./LICENSE).
