https://github.com/shaypal5/holcrawl
holcrawl is a crawler for building Hollywood movies datsets.
https://github.com/shaypal5/holcrawl
cralwer csv dataset imdb json metacritic movies
Last synced: 12 months ago
JSON representation
holcrawl is a crawler for building Hollywood movies datsets.
- Host: GitHub
- URL: https://github.com/shaypal5/holcrawl
- Owner: shaypal5
- License: mit
- Created: 2017-02-24T13:45:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-22T12:02:26.000Z (over 8 years ago)
- Last Synced: 2025-03-25T11:40:26.562Z (about 1 year ago)
- Topics: cralwer, csv, dataset, imdb, json, metacritic, movies
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
holcrawl
########
``holcrawl`` is a crawler for building Hollywood movies datsets.
.. code-block:: bash
holcrawl byyear 2015
.. contents::
.. section-numbering::
Installation
============
``holcrawl`` is tested on Python 3.5.
Install ``holcrawl`` with:
.. code-block:: bash
pip install holcrawl
Use
===
``holcrawl`` can be controlled using a simple command-line interface. After installation, run
.. code-block:: bash
holcrawl --help
to get help about the different commands ``holcrawl`` supports.
Credits
=======
Created by `Shay Palachy `_ (shay.palachy@gmail.com).
Fixes submitted by:
- `gilgemer `_