Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harryandriyan/21scrap
Cinema XXI movie data scraper
https://github.com/harryandriyan/21scrap
crawler python scrapy
Last synced: 15 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-10T04:26:01.000Z (over 6 years ago)
- Last Synced: 2024-11-20T15:58:46.384Z (3 months 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
$
```