Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.51 KB

API-Keys.md

File metadata and controls

33 lines (22 loc) · 1.51 KB

API keys for building the project

TMDB API Key Setup

To build and run the project, you'll need to obtain an API key from TMDB. Follow these steps to get your API key:

  1. Create a TMDB Account:

    • If you don't already have a TMDB account, create one here.
  2. Request an API Key:

    • Once logged in, navigate to the Settings page.
    • Click on the “Create” button in the API section.
    • Fill out the form with your application details. You'll need to provide a name and a short description of how you plan to use the API.
    • Agree to the terms of use and click the “Submit” button.
  3. Verify Your Email Address:

    • Check your email for a verification message from TMDB. Click on the link in the email to verify your email address.
  4. Access Your API Key:

    • Once your email address is verified, go back to the API section of your TMDB account settings.
    • Your API key will be listed on this page.

Trakt API Key Setup

  1. Create a Trakt Account:

    • If you don't already have a Trakt account, create one here.
  2. Create New Application:

    • Once logged in, navigate to the Apps page.
    • Create new application with this redirect uri filmtime://trakt/auth

Once you have obtained your API key, follow the existing instructions in the README to set up the project.