https://github.com/chunkhang/moviehub
A console application for obtaining movie information using OMDb API
https://github.com/chunkhang/moviehub
Last synced: over 1 year ago
JSON representation
A console application for obtaining movie information using OMDb API
- Host: GitHub
- URL: https://github.com/chunkhang/moviehub
- Owner: chunkhang
- License: unlicense
- Created: 2017-02-23T06:34:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T20:01:07.000Z (about 9 years ago)
- Last Synced: 2025-02-16T09:38:09.723Z (over 1 year ago)
- Language: Python
- Size: 277 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
Awesome Lists containing this project
README
# Movie Hub
As a frequent movie-goer, I need to quickly look up information on movies, especially critic reviews from [Rotten Tomatoes](https://www.rottentomatoes.com). I find it much more convenient to do it on the console rather than wasting time navigating through the browser just to find a few details about a movie.
## DISCONTINUED
**OMDb has made their API keys private. Therefore, I will no longer be working on this. Farewell.**
## Powered by OMDb API
This console application is only made possible thanks to [OMDb API](http://www.omdbapi.com). I recommend you check out Brian Fritz's website and consider supporting his work to ensure that the free web service remains sustainable.
## Screenshot

## Note
Movie Hub only works with [Python 3](http://www.diveintopython3.net/installing-python.html).
## Installation
Install Movie Hub using [pip](https://pip.pypa.io/en/stable/quickstart/):
```sh
$ pip install moviehub
```
## Usage
Simply type the following into the console:
```sh
$ moviehub
```
## Updates
To get the latest features, make sure you upgrade to the latest version from time to time using pip:
```sh
$ pip install --upgrade moviehub
```
## Releases
### 1.0.1
* Title is now Movie Hub
* About has been updated
### 1.0.0
* Initial release
## Contact
Contact me to report bugs or suggest features:
[Marcus Mu](http://marcusmu.me)
chunkhang@gmail.com