The alibaba-ticket-notification
service is designed to monitor Alibaba ticketing services for availability and send notifications to users longing to grab their desired tickets. It's a helpful tool for individuals who want to be promptly alerted about ticket releases or changes in ticket status, ensuring they never miss out on important events.
- Ticket availability monitoring on Alibaba.
- Real-time notifications through user-preferred channels (Discord bot).
- Customizable monitoring schedule.
- Backend: Express.js for the main server logic.
- Notification Service: Discord bot using webhook to communication.
Clone the repository to your local machine using the following command:
git clone https://github.com/thismajid/alibaba-ticket-notification.git
cd alibaba-ticket-notification
npm install
npm start