https://github.com/albinpk/bookmyshow-tracker
Get notified instantly when movie tickets go live on BookMyShow, so you never miss out on your favorite films!
https://github.com/albinpk/bookmyshow-tracker
android booking bookmyshow flutter tracker
Last synced: 8 months ago
JSON representation
Get notified instantly when movie tickets go live on BookMyShow, so you never miss out on your favorite films!
- Host: GitHub
- URL: https://github.com/albinpk/bookmyshow-tracker
- Owner: albinpk
- License: mit
- Created: 2022-11-26T10:29:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T08:18:41.000Z (almost 3 years ago)
- Last Synced: 2024-12-28T17:14:39.352Z (10 months ago)
- Topics: android, booking, bookmyshow, flutter, tracker
- Language: Dart
- Homepage:
- Size: 16.8 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
BookMyShow TrackerWhen ticket sales for a particular movie or movies on [bookmyshow.com](https://in.bookmyshow.com) begin, **BookMyShow Tracker** will let you know.
## Getting started
1. Install the **BookMyShow Tracker** app on your Android phone.
2. To add a movie, open the app and press the Add (`+`) button in the bottom right corner.
3. Enter the URL of the home page for a certain movie in the Url field (e.g., `https://in.bookmyshow.com//movies///`), then save the form.
4. Then activate the switch in the upper right corner to periodically check for ticket availability.
5. When ticket sales begin, you'll receive a notification.## Supported platforms
- Android
## Features
- Add a new movie to the movie list.
- Accept sharing from the official [BookMyShow app](https://play.google.com/store/apps/details?id=com.bt.bms).
- Extract the movie title from the URL automatically.
- Remove a movie from the list of movies.
- Turn tracking on or off for a specific movie.
- Turn off tracking for all movies.
- Change tracking frequency (interval).
- Display the last time it was checked.
- Visit a specific movie page on the official BookMyShow app.## Packages & APIs
- [http](https://pub.dev/packages/http)
- [workmanager](https://pub.dev/packages/workmanager)
- [url_launcher](https://pub.dev/packages/url_launcher)
- [shared_preferences](https://pub.dev/packages/shared_preferences)
- [awesome_notifications](https://pub.dev/packages/awesome_notifications)
- [flutter_bloc](https://pub.dev/packages/flutter_bloc)
- [receive_sharing_intent](https://pub.dev/packages/receive_sharing_intent)## Screenshots
![]()
![]()
![]()
![]()