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

Feat: Adding new module for Walmark #1095

Closed
3 tasks done
VesperAkshay opened this issue Jun 2, 2024 · 2 comments
Closed
3 tasks done

Feat: Adding new module for Walmark #1095

VesperAkshay opened this issue Jun 2, 2024 · 2 comments
Assignees
Labels
gssoc GSSoC 2024

Comments

@VesperAkshay
Copy link

Describe the feature

A web scraping module that can be used to retrieve information from the Walmart website. Specifically, this module is designed to gather two types of data:

  1. List of Products: The module will fetch a list of products available on the Walmart website.
  2. Special Products with Discounts: The module will also identify and retrieve information about products that are currently on sale or have a discount applied to them.

Add ScreenShots

Screenshot (92)

Record

  • I agree to follow this project's Code of Conduct
  • I'm a GSSoC'24 contributor
  • I want to work on this issue
Copy link

github-actions bot commented Jun 2, 2024

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

@nikhil25803
Copy link
Member

Go ahead @VesperAkshay

Note

  • Please create a separate module for this, as in the folder and project structure (if it is already created, just add your features as functions in the same module).
  • Do not use the `selenium web driver as it is incompatible with all devices and cloud platforms.
  • Before making any changes, please check whether the module you want to add exists. If yes, then you can add your functionality as a method only make a separate module and class for it.

All the best 👨‍💻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc GSSoC 2024
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants