Metadata-Version: 2.1
Name: jobo-scraper
Version: 0.2.1
Summary: Jobo web scraper for get the current available events.
Home-page: https://github.com/Luis-GA/jobo-scrapper
License: Apache 2.0
Keywords: jobo,madrid,cultura
Author: Luis Gómez Alonso
Author-email: luis.gomez.alonso95@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: beautifulsoup4 (>=4.9.3,<5.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Project-URL: Repository, https://github.com/Luis-GA/jobo-scrapper
Description-Content-Type: text/markdown

# jobo-scraper

[![pypi release](https://img.shields.io/pypi/v/jobo-scraper)](https://pypi.org/project/jobo-scraper/)
[![codecov](https://codecov.io/gh/Luis-GA/jobo-scrapper/branch/main/graph/badge.svg?token=GJQ1ZB3RRH)](https://codecov.io/gh/Luis-GA/jobo-scrapper)

Python library for scraping the [Jobo webpage](https://madridcultura-jobo.shop.secutix.com/) to search the available events.

## Installation

```sh
$ pip install jobo-scraper
```

## Usage

```python
from jobo_scraper import JoboScraping

jobo = JoboScraping ("<user>", "<password>")

print(jobo.get_list_of_events())
```
