Get movie and theater information (powered (unofficially) by Flixster) without having to leave the command line!
pip install flix
-n
or--name
to filter by a specific movie name-t
or--tomorrow
to filter by movies playing tomorrow-m
or--month
to select a month-d
or--day
to select a day- There are weekday (e.g.
mon
,tue
, etc.) choices, which will return results for the next given weekday - For any valid month & day combination, results will be returned for the next month & day combination.
- For example, if today is March 3rd, 2017 and you select March 2nd - results will be returned for March 2nd, 2018 (so probably not that many results).
- There are also day of month values (e.g.
1
,2
,3
, etc.)
- There are weekday (e.g.
-l
or--limit
to select the number of theaters to return movie options for.- Defaults to
2
- Selection must be a positive integer, less than or equal to
5
.
- Defaults to
- The
--tomorrow
flag is set - A weekday (
mon
,tue
, etc.) is chosen - Month & day combination
- If no time element is defined, the default behavior is to use today as the date.
flix
flix -n "foo bar"
flix -t
flix -d fri
flix -m jul -d 4
flix -m 6 -d 4
flix -d 7
flix -l 3