Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishabhnambiar/movieclue
A movie finder built with Django, the OMDb API and love.
https://github.com/rishabhnambiar/movieclue
django moviefinder omdb-api python3
Last synced: 6 days ago
JSON representation
A movie finder built with Django, the OMDb API and love.
- Host: GitHub
- URL: https://github.com/rishabhnambiar/movieclue
- Owner: rishabhnambiar
- License: mit
- Created: 2017-04-28T08:14:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T19:34:15.000Z (over 6 years ago)
- Last Synced: 2024-11-07T12:52:44.515Z (about 2 months ago)
- Topics: django, moviefinder, omdb-api, python3
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# movieclue[old]
![Screenshot](screenshot.png)
(Not functional because the OMDB API has changed to a paid model)
A Movie finder app powered by the Open Movie Database API and Django.
- looks for Movies or TV shows
- Accepts multiple movies/shows in one search when keywords are separated by a '+' sign
- displays Movie title, genre, plot, release date, IMDb Ratings, Poster and Runtime### Installation
Clone the repository and cd into movieclue:
```console
git clone https://github.com/rish4bhn/movieclue.git && cd movieclue
```Install dependencies:
```console
pip install -r requirements.txt
```Start the application:
```console
python3 manage.py runserver
```### Tech
movieclue uses a number of open source projects to work properly:
* [OMDb API](https://www.omdbapi.com/) - A free web service to obtain movie information.
* [Django] - The web framework for perfectionists with deadlines.
[//]: #
[Django]: