Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.41 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.41 KB

IMDb API using FastAPI

This web service is designed to provide information about movies, TV shows, and various personalities on IMDb.

Features

  • Search for Movies and TV Shows: Ability to search for movies and TV shows based on title.
  • Search for Person: Ability to search for various personalities by name.
  • Get Movie and TV Show Information: Provide detailed information about movies and TV shows including ratings, cast, genres, and more.
  • Get Person Information: Information about personalities such as biography, movies and TV shows they participated in, and more.
  • Keyword Search: Ability to search based on keywords.
  • Get Movie List by Keywords: Provide a list of movies based on desired keywords.

Preview

Preview

Installation and Run

To install and run this web service, follow these steps:

  1. Install dependencies:

    pip install -r requirements.txt
  2. Run the web service:

    uvicorn main:app --reload

Contribution

If you would like to contribute to the enhancement and improvement of this project, please send a pull request. You can also report issues through the issue tracker.

Contact

Telegram
Email

License

This project is released under the MIT License.