-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tickets Availability Checking and Booking Alert #2937
Tickets Availability Checking and Booking Alert #2937
Conversation
… show and sends an email alert
@avinashkranjan, hope you like the idea of my script and merge my PR. |
updated informal rule checks
|
GitGuardian id | Secret | Commit | Filename | |
---|---|---|---|---|
- | Company Email Password | 7351e9e | Ticket Booking Alert/ticket-book-alert.py | View secret |
- | Company Email Password | db75229 | Ticket Booking Alert/ticket-book-alert.py | View secret |
- | Generic Password | 75f1f03 | Ticket Booking Alert/ticket-book-alert.py | View secret |
- | Generic Password | b0b87d4 | Ticket Booking Alert/ticket-book-alert.py | View secret |
- | Generic Password | b0b87d4 | Ticket Booking Alert/ticket-book-alert.py | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Our GitHub checks need improvements? Share your feedbacks!
@avinashkranjan, please consider this PR |
Due to inactivity this pull request has been marked as stale. |
hey @avinashkranjan there is a github workflow action that needs to be fixed, since I have forked from this repo, Im constantly bugged with this warning everyday - " assign_issues |
Description
This is a new script that scrapes book my show for the show details from the website based on the details of the show like movie name, city, date, and venue details, and send an email alert when the ticket is available
Fixes #2182
Type of change
Please delete options that are not relevant.
Checklist:
README.md
Template for README.md
requirements.txt
file if needed.Project Metadata
If there is no-file/nothing to fill the below fields with, then type: none
Example:
If no requirements.txt needed/present, then type none inRequirments
.Category:
Title: MOVIE TICKET BOOKING ALERT AUTOMATION
Folder: Ticket Booking Alert
Requirements: Python3
Script: ticket-book-alert.py
Arguments: None
Contributor: DEEKSHACodeaim
Description:Check the website "Book My Show" for the required tickets and sends an alert email when tickets are available. Enter the custom details as required in the '<>' inside the script and run the script