https://github.com/harryandriyan/21scrap
Cinema XXI movie data scraper
https://github.com/harryandriyan/21scrap
crawler python scrapy
Last synced: over 1 year ago
JSON representation
Cinema XXI movie data scraper
- Host: GitHub
- URL: https://github.com/harryandriyan/21scrap
- Owner: harryandriyan
- Created: 2018-09-26T09:06:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T04:26:01.000Z (over 7 years ago)
- Last Synced: 2025-01-21T10:51:01.943Z (over 1 year ago)
- Topics: crawler, python, scrapy
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 21Scrap
A web spider to scrap for [Cinema XXI](https://m.21cineplex.com).
## Installation
```shell
$ git clone
$ virtualenv env
$ . env/bin/activate
$ pip install -r requirements.txt
```
## Example usage
Do scrape and save it to mongo database
```shell
$
```