Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dangom/luxinema
Grab schedule of the LUX cinema
https://github.com/dangom/luxinema
Last synced: about 1 month ago
JSON representation
Grab schedule of the LUX cinema
- Host: GitHub
- URL: https://github.com/dangom/luxinema
- Owner: dangom
- License: other
- Created: 2017-09-09T14:48:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T15:24:56.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T17:54:15.959Z (about 2 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE-APACHE
Awesome Lists containing this project
README
luxinema
========-----
Luxinema is a small tool that grabs the movie schedule information
from the LUX cinema in Nijmegen and displays it together with IMDB Ratings.
It is being developed more as a personal learning experience then for
robustness.Disclaimer: I am not affiliated with the cinema in any way.
.. contents:: **Table of Contents**
:backlinks: noneInstallation
------------luxinema supports python 3.5 and 3.6.
Either clone the project, or install it with:.. code-block:: bash
$ pip install git+https://github.com/dangom/luxinema.git
After installation, you'll need to generate an API key to access the `OMDB API `_ and write it as a JSON entry into a file called .luxinema in your home directory. Example *.luxinema* file content:
.. code-block:: json
{"apikey": "01234567"}
Usage
-------
After installation, running :code:`luxinema` will display the LUX schedule for the current day.
That is currently the only functionality implemented. When running for the first time,
the program may take about 15 seconds to show results, because it has to create a cache
and request the IMDB information for each movie.Roadmap
-------- Create a usable CLI Tool.
- Query for specific movie.
- Query for date range, instead of single day.
- Add support for proper caching (redis? Interesting, but easier and simpler with requests_cache).
- Twilio to query infos per SMS.License
-------luxinema is distributed under the terms of both
- `MIT License `_
- `Apache License, Version 2.0 `_at your option.