Skip to content
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

Closed

Conversation

DEEKSHACodeaim
Copy link

@DEEKSHACodeaim DEEKSHACodeaim commented Aug 10, 2023

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.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Documentation Update

Checklist:

  • My code follows the style guidelines(Clean Code) of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have created a helpful and easy to understand README.md
  • My documentation follows Template for README.md
  • I have added the project meta data in the PR template.
  • I have created the 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 in Requirments.

Category:

  • Calculators
  • AI/ML
  • Scrappers
  • Social_Media
  • PDF
  • Image_Processing
  • Video_Processing
  • Games
  • Networking
  • OS_Utilities
  • Automation
  • Cryptography
  • Computer_Vision
  • Fun
  • Others

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

@DEEKSHACodeaim
Copy link
Author

@avinashkranjan, hope you like the idea of my script and merge my PR.

updated informal rule checks
@gitguardian
Copy link

gitguardian bot commented Aug 11, 2023

⚠️ GitGuardian has uncovered 5 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
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
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. 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


🦉 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!

@DEEKSHACodeaim
Copy link
Author

@avinashkranjan, please consider this PR

@github-actions
Copy link

Due to inactivity this pull request has been marked as stale.

@github-actions github-actions bot added the Stale PRs with no updates label Aug 26, 2023
@DEEKSHACodeaim
Copy link
Author

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
Unhandled error: TypeError: Cannot read properties of undefined (reading 'number')
assign_issues
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/github-script@v4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/"
Can you please look into it and fix it?
Thankyou

@github-actions github-actions bot closed this Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale PRs with no updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Script]: Movie Ticket Booking automation
1 participant