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.
-
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.
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.
- Django
- Django REST framework
- Celery
- Scrapy & ScrapyRT
- Redis
- TMDB API
- pyTelegramBotAPI
- PostgreSQL
- Cloudscraper
Deployed on DigitalOcean droplet
- Next.js
- Mantine UI
- Tailwind CSS
Deployed on Vercel
To get started with Ticket Sense, follow these steps:
- Clone the repository:
git clone https://github.com/annleefores/Ticket-Sense-Web.git
- Install the required dependencies:
pip install -r requirements.txt
- Redis server
redis-server
- Django application
cd Ticket Senseweb && python3 manage.py makemigrations && python3 manage.py runserver
- Celery
celery -A Ticket Senseweb.celery beat -l INFO
celery -A Ticket Senseweb worker -l info -n a1
- Scrapy
cd scrapsense && scrapyrt
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.