Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmorgner/IMDB-Tools
IMDB Tools is a collection of some scripts to fetch Information from the Internet Movie DataBase (IMDB)
https://github.com/fmorgner/IMDB-Tools
Last synced: 2 months ago
JSON representation
IMDB Tools is a collection of some scripts to fetch Information from the Internet Movie DataBase (IMDB)
- Host: GitHub
- URL: https://github.com/fmorgner/IMDB-Tools
- Owner: fmorgner
- Created: 2010-02-18T15:01:17.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-11-02T09:37:03.000Z (about 14 years ago)
- Last Synced: 2023-03-10T23:38:41.566Z (almost 2 years ago)
- Language: Perl
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome - IMDB-Tools - IMDB Tools is a collection of some scripts to fetch Information from the Internet Movie DataBase (IMDB) (etc)
- awesome - IMDB-Tools - IMDB Tools is a collection of some scripts to fetch Information from the Internet Movie DataBase (IMDB) (etc)
README
IMDB Tools
==========IMDB Tools is a collection of some scripts to fetch Information from the
Internet Movie DataBase (IMDB).Please note that these scripts are at a very basic stage in development and were
written in a couple of minutes. So don't expect them to be either fast nor correct.imdb-cast.pl
============This script fetches the cast, directors and writers of a movie from the IMDB.
Usage:
./imdb-cast.pl
Example:
./imdb-cast.pl http://www.imdb.com/title/tt0796366/
Note that the trailing slash "/" _IS NEEDED_
imdb-episodes.pl
================This script fetches the cast, directors, writers, episode number and season number
of a TV series from the IMDB.Usage:
./imdb-episodes.pl
Example:
./imdb-episodes.pl http://www.imdb.com/title/tt0106179/
Note that the trailing slash "/" _IS NEEDED_