https://github.com/jyggen/popular-movies
https://github.com/jyggen/popular-movies
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jyggen/popular-movies
- Owner: jyggen
- License: mit
- Created: 2021-08-31T01:30:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T00:24:23.000Z (2 months ago)
- Last Synced: 2025-03-19T01:24:56.613Z (2 months ago)
- Language: Python
- Homepage: https://movies.jyggen.dev
- Size: 641 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Popular Movies
This tool takes the 30 most popular movies right now from Rotten Tomates and returns a subset based on their popularity on The Movie Database.
## Getting Started
### Prerequisites
- Python 3.10+
- Poetry### Installation
```bash
poetry install
```## Usage
```bash
env TMDB_API_KEY= poetry run python main.py
```## License
Distributed under the MIT License. See [LICENSE](LICENSE) for more information.
## Acknowledgements
This project is very much inspired by [sjlu/popular-movies](https://github.com/sjlu/popular-movies). The JSON file is fully compatible with the one from Steven Lu's project and should be a drop-in replacement in any application that uses it. As for the HTML page, it's also shamelessly ~~stolen from~~ based on his project.