Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A Python command-line app that notifies you when a show is available on bookmyshow.com.

License

NotificationsYou must be signed in to change notification settings

sreesh-mallya/bookmyshow-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A command-line application you can use to notify you when a show is available onBookMyShow.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development andtesting purposes.

Prerequisites

Supported platforms

  • Linux
  • Windows
  • Mac

Install Python

You'll need Python 3.0+ installed before installing and using this package.

On Linux

Debian/Ubuntu users can use the following command to installpython3 andpip on your system.

sudo apt install python3 python3-pip
On Windows

If you're a Windows user, you can download Python3here. Make sure you check theoptionAdd Python to PATH.

On Mac

If you're a MacOS user, followthis link to see how to installPython.

Or you can run the following commands to install Python usinghomebrew:

brew install pythoneasy_install pip

Installing

After installing Python, run the following command from the cloned project directory to install the package:

python3 ./bookmyshow_notify/setup.py install

Once the installation is complete, you can verify the installation by running:

bookmyshow_notify --help

which should give you the following output:

usage: bookmyshow_notify [-h] [--url URL] [--date DATE]                   [--keywords [KEYWORDS [KEYWORDS ...]]] [--seconds S]                   [--movie MOVIE] [--location LOCATION] [--format FORMAT]BookMyShow notifier CLI.optional arguments:  -h, --help            show this help message and exit  --url URL             URL to the movie's page on in.bookmyshow.com  --date DATE           Date to check for, in format DD-MM-YYYY.  --keywords [KEYWORDS [KEYWORDS ...]]                        Names of multiplexes or theatres to check for. If no                        arguments are passed, it checks for any venue on the                        given date.  --seconds S           Time in seconds to keep checking after (default: 60s).  --movie MOVIE         Name of the show you're searching for.  --location LOCATION   Your location. Eg: bengaluru, kochi, trivandrum.  --format FORMAT       Movie format. Eg: 2D, 3D, IMAX3D etc.

TODOs

  • Concise error handling and validation
  • Host this package on PyPI
  • Proper releases
  • Write unit tests
  • TravisCI integration

Built With

Authors

License

This project is licensed under the GPL-3.0 License - see theLICENSE.md file for details.

Acknowledgments

About

A Python command-line app that notifies you when a show is available on bookmyshow.com.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp