LIRI is like iPhone's SIRI. However, while SIRI is a Speech Interpretation and Recognition Interface, LIRI is a Language Interpretation and Recognition Interface. LIRI will be a command line Python app that takes in parameters and gives you back data.
You have 3 options:
1. spotify-this-song = > option will show the information about the song from Spotify API, If no song is provided then
your program will default to "The Sign" by Ace of Base.
2. movie-this => option will output the information movie/TV series from OMDB API. If no movie/TV series is provided then
your program will default to "Mr.Nobody".
3. do-what-it-says => It should run spotify-this-song for "I Want it That Way," as follows the text in
random.txt.
In any case, your options' result will be written to log.txt.
Used APIs: Spotify, OMDB