/skill-tmdb

Mycroft skill to interact with Themoviedb.org

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

TheMovieDB.org skill

Register for Developer Account Here - https://developers.themoviedb.org/

Usage:

  • find upcoming movies
  • What movies are now playing
  • tell me about robin williams
  • find overview for The Matrix
  • find popular shows

Configuration

  • Edit init.py to add your Tmdb api key *

    tmdb = TMDb(api_key="your api key goes here", debug=False, lang="en")