Skip to content

Conversation

jaivsh
Copy link
Contributor

@jaivsh jaivsh commented Aug 10, 2023

Description

I've added the pixabay image scraper. This completes the purpose of the project. The google colab link for testing/running the scraper class is as follow: https://colab.research.google.com/drive/1E0FTrpZk58JKIMpKvilP7rt8WtkKe9ms?usp=sharing

Fixes #2861

Type of change

  • 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: \Pixabay

Folder: \Pixabay Scraper

Requirements: none

Script: main.py

Arguments: none

Contributor: jaivsh

Description: This is a scraper that scrapes and saves the image-data from Pixabay.

@jaivsh
Copy link
Contributor Author

jaivsh commented Aug 10, 2023

@avinashkranjan please see this PR

@gitguardian
Copy link

gitguardian bot commented Aug 10, 2023

⚠️ GitGuardian has uncovered 2 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
- Generic High Entropy Secret c6fe868 Pixabay Scraper/main.py View secret
- Generic High Entropy Secret 9762e15 Pixabay Scraper/main.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!

@avinashkranjan avinashkranjan added level3 New features, Major bug fixing gssoc23 Issues created for/by the GirlScript Summer of Code'23 Participants labels Aug 10, 2023
@avinashkranjan avinashkranjan merged commit 79a66fb into avinashkranjan:master Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc23 Issues created for/by the GirlScript Summer of Code'23 Participants level3 New features, Major bug fixing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Script]: Pixabay Website Scraper
2 participants