{"id":18683180,"url":"https://github.com/sreesh-mallya/bookmyshow-notify","last_synced_at":"2025-07-28T11:05:04.855Z","repository":{"id":130207842,"uuid":"215722874","full_name":"sreesh-mallya/bookmyshow-notify","owner":"sreesh-mallya","description":"A Python command-line app that notifies you when a show is available on bookmyshow.com.","archived":false,"fork":false,"pushed_at":"2019-11-27T13:45:15.000Z","size":48,"stargazers_count":7,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T04:39:37.167Z","etag":null,"topics":["beautifulsoup4","bookmyshow","cli","notifies","python","webcrawler"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sreesh-mallya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-10-17T06:49:54.000Z","updated_at":"2024-10-20T16:08:57.000Z","dependencies_parsed_at":"2023-04-25T12:31:59.832Z","dependency_job_id":null,"html_url":"https://github.com/sreesh-mallya/bookmyshow-notify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sreesh-mallya/bookmyshow-notify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sreesh-mallya%2Fbookmyshow-notify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sreesh-mallya%2Fbookmyshow-notify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sreesh-mallya%2Fbookmyshow-notify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sreesh-mallya%2Fbookmyshow-notify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sreesh-mallya","download_url":"https://codeload.github.com/sreesh-mallya/bookmyshow-notify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sreesh-mallya%2Fbookmyshow-notify/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267505099,"owners_count":24098346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beautifulsoup4","bookmyshow","cli","notifies","python","webcrawler"],"created_at":"2024-11-07T10:13:59.654Z","updated_at":"2025-07-28T11:05:04.847Z","avatar_url":"https://github.com/sreesh-mallya.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BookMyShow-Notify\n\nA command-line application you can use to notify you when a show is available on \n[BookMyShow](https://in.bookmyshow.com/).\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and \ntesting purposes.\n\n### Prerequisites\n\n#### Supported platforms\n- Linux\n- Windows\n- Mac\n\n#### Install Python\nYou'll need Python 3.0+ installed before installing and using this package. \n\n##### On Linux\nDebian/Ubuntu users can use the following command to install `python3` and `pip` on your system.\n```\nsudo apt install python3 python3-pip\n```\n\n##### On Windows\nIf you're a Windows user, you can download Python3 [here](https://www.python.org/downloads/). Make sure you check the\noption __Add Python to PATH__.\n\n\n##### On Mac\nIf you're a MacOS user, follow [this](https://docs.python-guide.org/starting/install3/osx/) link to see how to install\nPython.\n\nOr you can run the following commands to install Python using __homebrew__:\n```\nbrew install python\neasy_install pip\n```\n\n### Installing\nAfter installing Python, run the following command from the cloned project directory to install the package:\n\n```\npython3 ./bookmyshow_notify/setup.py install\n```\n\nOnce the installation is complete, you can verify the installation by running:\n\n```\nbookmyshow_notify --help\n```\n\nwhich should give you the following output:\n```\nusage: bookmyshow_notify [-h] [--url URL] [--date DATE]\n                   [--keywords [KEYWORDS [KEYWORDS ...]]] [--seconds S]\n                   [--movie MOVIE] [--location LOCATION] [--format FORMAT]\n\nBookMyShow notifier CLI.\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --url URL             URL to the movie's page on in.bookmyshow.com\n  --date DATE           Date to check for, in format DD-MM-YYYY.\n  --keywords [KEYWORDS [KEYWORDS ...]]\n                        Names of multiplexes or theatres to check for. If no\n                        arguments are passed, it checks for any venue on the\n                        given date.\n  --seconds S           Time in seconds to keep checking after (default: 60s).\n  --movie MOVIE         Name of the show you're searching for.\n  --location LOCATION   Your location. Eg: bengaluru, kochi, trivandrum.\n  --format FORMAT       Movie format. Eg: 2D, 3D, IMAX3D etc.\n\n```\n\n### TODOs\n- [ ] Concise error handling and validation\n- [ ] Host this package on PyPI\n- [ ] Proper releases\n- [ ] Write unit tests\n- [ ] TravisCI integration\n\n## Built With\n\n* [BeautifulSoup4](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) - The Python library used to work with HTML\n\n## Authors\n\n* **Sreesh Mallya** - *Initial work* - [sreesh-mallya](https://github.com/sreesh-mallya)\n\n## License\n\nThis project is licensed under the GPL-3.0 License - see the [LICENSE.md](LICENSE.md) file for details.\n\n## Acknowledgments\n\n* Original idea inspired from [this answer](https://qr.ae/TaOysV) on Quora by [@manojmj92](https://github.com/manojmj92).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsreesh-mallya%2Fbookmyshow-notify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsreesh-mallya%2Fbookmyshow-notify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsreesh-mallya%2Fbookmyshow-notify/lists"}