Skip to content

Carling-Kody/python-movie-api-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheMovieDB API Python Example

💡 Also referred to as TMDB

Requirements

Create a TMDB account and generate an API Key (use v4)

Visit the Developer API Docs for more info

Code Setup

💡 poetry is the package manager, and Python ^3.7 is required

  1. Clone/Fork the project, then run ⤵️:

    poetry install
  2. Create .env at Project Root and add 📝:

    • API_KEY
    • USERNAME
    • PASSWORD
    # .env example
    API_KEY="v4 API key found in Account Settings"
    USERNAME="carloskidman"
    PASSWORD="super-secret"
  3. Run the tests 🐛

    poetry run poe test

✅ If tests run and pass, then you're good to go!

Twitch

I built everything on my 💻 Twitch Stream, so check it out and subscribe if it's been helpful 😎🎉

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%