A scraper for qfxcinemas.com written using requests-html package.
Project description
# QFX Scraper
A simple scrapper for [https://qfxcinemas.com](https://qfxcinemas.com) site.
## Usage
Install the `qfx-scraper` package by running:
```bash
pipenv install qfx-scraper
```
Now you can test the scraper.
```python
>>> from qfx import QFXScraper
>>> scraper = QFXScraper()
>>> scraper.get_movies()
[<Movie: Red Sparrow>, <Movie: Pari>, <Movie: 3D: Black Panther>, <Movie: The Hurricane Heist>, <Movie: Mangalam>, <Movie: Gaja Baja>, <Movie: Hurray>, <Movie: A League of Their Own>, <Movie: Black Panther>, <Movie: Tomb Raider>, <Movie: 3D: Tomb Raider>, <Movie: Panchayat>, <Movie: Raid>, <Movie: Shatru Gate>, <Movie: Hichki>, <Movie: Baaghi 2>]
>>> # let's see now showing
>>> scraper.showing
[<Movie: Red Sparrow>, <Movie: Pari>, <Movie: 3D: Black Panther>, <Movie: The Hurricane Heist>, <Movie: Mangalam>, <Movie: Gaja Baja>, <Movie: Hurray>, <Movie: A League of Their Own>, <Movie: Black Panther>]
>>> # similarly, coming soon
>>> scraper.coming_up
[<Movie: Tomb Raider>, <Movie: 3D: Tomb Raider>, <Movie: Panchayat>, <Movie: Raid>, <Movie: Shatru Gate>, <Movie: Hichki>, <Movie: Baaghi 2>]
```
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
qfx-scraper-1.0.4.tar.gz
(3.5 kB
view details)
Built Distribution
File details
Details for the file qfx-scraper-1.0.4.tar.gz
.
File metadata
- Download URL: qfx-scraper-1.0.4.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb12af315d0d6dbe8acd5cc00ac6d18f8b0b61df54f0bf0c4fa93d741dffc05f |
|
MD5 | 9dac1759e7fd8ebfc06d9b517b16c17d |
|
BLAKE2b-256 | fc08303143bd09521a2946eb75892be9d62169899049602cf3f0c69e34e35bd0 |
File details
Details for the file qfx_scraper-1.0.4-py2.py3-none-any.whl
.
File metadata
- Download URL: qfx_scraper-1.0.4-py2.py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68df90c8b453fdf1dea599854e0fe78b73653725b7879704f8427be546abd393 |
|
MD5 | e8b63ca8323a4fd012ab9c5f9a47358c |
|
BLAKE2b-256 | e8fc57e50a036f7430cf411aca9dd24df0222ec92202be9156b3d8056eb888b6 |