Skip to content

abinpaul1/BookMyShow-ticket-notifier-telegram-bot

Repository files navigation

TellMyShow - BookMyShow Ticket Notifier Telegram Bot

Tell My Show Logo

Live Bot : @TellMyShow_bot

Update : Live Bot has been disabled because BookMyShow blocked IP of server from which bot was operating. Please run your own bot using instructions mentioned below

Available Commands

  • /wl - Get your waiting list
  • /list_locations - List all available locations
  • /list_venues <location_code> - List all available venues with venue code at given location
  • /enroll <movie_code> <venue_code> <date_string> - Enroll for notification for given movie at given venue on given date

Setup your own

Locally

  • Ensure Rust is installed Link
  • Get token from @BotFather
  • sudo apt install build-essential pkg-config libssl-dev libsqlite3-dev jq
export TELOXIDE_TOKEN=<Token from BotFather>
export BMS_APP_VERSION=9.7.0
source update_play_store_version.sh
cargo run --release

Using Docker

  • Ensure docker, docker-compose is installed
  • export TELOXIDE_TOKEN=<Token from BotFather>
  • export BMS_APP_VERSION=9.7.0
  • source update_play_store_version.sh
  • docker-compose --env-file /dev/null up

FAO

1. How to get notified for cities other than the list mentioned ?

Visit this link : https://in.bookmyshow.com/api/explore/de/regions
Search for your city name, you can use the corresponding `RegionCode` in /list_venues command.

About

Telegram bot to notify when booking for movies open on BookMyShow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages