Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.9 KB

File metadata and controls

46 lines (36 loc) · 1.9 KB

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.