Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jothi-prasath/movie-radar
A Flask web application that displays latest now playing movies based on language.
https://github.com/jothi-prasath/movie-radar
flask hacktoberfest language movie-radar python tmdb-api
Last synced: about 2 months ago
JSON representation
A Flask web application that displays latest now playing movies based on language.
- Host: GitHub
- URL: https://github.com/jothi-prasath/movie-radar
- Owner: jothi-prasath
- License: mit
- Created: 2023-10-02T12:57:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-06T13:44:09.000Z (7 months ago)
- Last Synced: 2024-07-06T14:54:22.285Z (7 months ago)
- Topics: flask, hacktoberfest, language, movie-radar, python, tmdb-api
- Language: Python
- Homepage:
- Size: 316 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Movie Radar
A Flask web application that displays latest now playing movies based on language.This application uses the free [TMDB](https://www.themoviedb.org) (The Movie Database) API.
## Screenshots
![](./img/screenshot-1.png)
## Getting Started
1. Install the required Python packages:
```bash
pip install -r requirements.txt
```
2. Get api from [TMDB](https://www.themoviedb.org) and set 'API_KEY' in the app.py file.3. Run the app.py
```
python app.py
```4. Access the application in your web browser at http://localhost:5000/