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.
- Host: GitHub
- URL: https://github.com/thiswillbeyourgithub/allocine_checker
- Owner: thiswillbeyourgithub
- License: gpl-3.0
- Created: 2023-09-11T14:26:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-25T19:59:19.000Z (about 1 year ago)
- Last Synced: 2025-02-09T06:43:09.750Z (about 1 year ago)
- Language: Python
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.