Skip to content

A web app to get notified about ticket sales at your preferred theater before anyone else.

License

Notifications You must be signed in to change notification settings

annleefores/Ticket-Sense-Web

Repository files navigation

Ticket Sense is a web application designed to provide early notifications about ticket sales at your preferred theater. With Ticket Sense, you can stay ahead of the crowd and secure your tickets before anyone else.

Key Features

  • Early Ticket Notifications: Ticket Sense periodically scans through supported theater websites, such as BookMyShow and TicketNew, to collect the necessary data. This ensures that you receive timely notifications as soon as ticket sales begin.

  • Customized Theater Preferences: You can set your preferred theater(s) within the application. Ticket Sense will specifically monitor those theaters and notify you about upcoming ticket sales, ensuring you never miss out on your favorite shows.

Supported Theaters

Currently, Ticket Sense works exclusively with theaters listed on BookMyShow and TicketNew. These platforms cover a wide range of theaters and events, ensuring comprehensive coverage for most popular movies and shows.


Technologies Used

Backend:

  • Django
  • Django REST framework
  • Celery
  • Scrapy & ScrapyRT
  • Redis
  • TMDB API
  • pyTelegramBotAPI
  • PostgreSQL
  • Cloudscraper

Deployed on DigitalOcean droplet

Frontend:

  • Next.js
  • Mantine UI
  • Tailwind CSS

Deployed on Vercel


Get Started

To get started with Ticket Sense, follow these steps:

  1. Clone the repository:
git clone https://github.com/annleefores/Ticket-Sense-Web.git
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Redis server
redis-server
  1. Django application
cd Ticket Senseweb && python3 manage.py makemigrations && python3 manage.py runserver
  1. Celery
celery -A Ticket Senseweb.celery beat -l INFO
celery -A Ticket Senseweb worker -l info -n a1
  1. Scrapy
cd scrapsense && scrapyrt

Contribution

If you would like to contribute to Ticket Sense, feel free to submit pull requests or open issues on the GitHub repository. Your contributions are highly appreciated and will help enhance the functionality and usability of the application.

About

A web app to get notified about ticket sales at your preferred theater before anyone else.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published