An open API service indexing awesome lists of open source software.

https://github.com/thiswillbeyourgithub/allocine_checker

Simple script to check if a movie is in a theater nearby.
https://github.com/thiswillbeyourgithub/allocine_checker

Last synced: 11 months ago
JSON representation

Simple script to check if a movie is in a theater nearby.

Awesome Lists containing this project

README

          

# Allocine Checker
Very simple python program to check if a movie is currently in theaters around you. Especially useful for old movies.

## Project Status
🟢 Fully operational

## Usage
* download `allocine_checker.py`
* create a file `urls.py` that contains a python dictionary like so:
```
urls = {
"Stalker": "https://www.allocine.fr/film/fichefilm_gen_cfilm=702.html",
}
```
* launch the script with `python allocine_checker.py`

## Note
* If you want to receive a notification on your phone, setup [the great ntfy.sh](https://ntfy.sh/) then supply the url like so : `python allocine_checker.py --notif_url=YOUR_NTFY_URL`
* You can use cron to setup a weekly check like me.