Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
$
```