/FilmSniffer

Commandline film lookup tool using OMDb

Primary LanguageC#MIT LicenseMIT

FilmSniffer

Commandline film lookup tool, information is fetched via the OMDb API.

alt text

How to use

Place films in a text file called Films.txt in program directory or specify another location using /path command. Each film should be on it's own line in the text file.

Note: In order to use the tool you will need an OMDb API key, you can get a free key here.

Downloads

You can download the latest release here.

Arguments

  /key            <string>  - (REQUIRED) OMDb API key (You can request a key here http://www.omdbapi.com/apikey.aspx)
  /path           <string>  - Path to films file (one film on each line)
  /seperatefiles            - Save some film stats to seperate CSV files"
  /help                     - Displays this help text

License

License under the MIT License:

Copyright (c) 2020 Matthew Carney matthewcarney64@gmail.com