Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-22T12:02:26.000Z (over 7 years ago)
- Last Synced: 2024-12-17T15:16:20.167Z (about 2 months 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 `_ ([email protected]).Fixes submitted by:
- `gilgemer `_