AniketChaudhri / Amazon-Web-Scrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon Web Scrapper

All Contributors

forthebadge made-with-python GitHub contributors GitHub forks GitHub Repo stars GitHub Repo Issues PRs Welcome

Web Scrapping

Ever wanted to get all details of a particular product on Amazon. Now do that with a single click. Just enter the product you want to search and it will return all products with that name available on Amazon along with the price, discounted price and ASIN number. You can choose to get full details of a product by entering the ASIN number. You'll also see the recommended products ('Users also bought' by Amazon)

➿ Tech Stack used :point_down

  • Python
  • Beautiful Soup

💥 Getting Started: Steps to run the Project in your local device

  • Fork this repository.
  • Clone the repository to your System using git clone
  • Example : git clone https://github.com<your-github-username>/Amazon-Web-Scrapper
  • Open any Python IDE and run the amazon.py file.
  • Follow on screen terminal instructions

Steps to Contribute to this Project ! 👇

Go through the link If you are new to Open Source Contribution here on making your First Contribution !!

  • Fork this repository
  • Clone the repository to your System using git clone https://github.com<your-github-username>/Amazon-Web-Scrapper
  • Create a branch :-
    • Change to the repository directory on your computer cd Amazon-Web-Scrapper
    • Now create a branch using the git checkout command: git checkout -b your-new-branch-name
  • Make changes as per your requirement to solve the Issues mentioned in the Future scope of the Project and commit those changes.
  • If you go to the project directory and execute the command git status, you'll see there are changes. Add those changes to the branch you just created using the git add
  • Now commit those changes using the git commit command: git commit -m "{message}"
  • Push your changes to GitHub using the command git push origin <add-your-branch-name>
  • If you go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button.
  • Now describe the changes you made and submit the pull request.
  • Wait for the Maintainers to review :)

Any sort of Contributions are always welcomed :tada

Excited to contribute to the Project ? Head over Open Issues here

Project Admin 👇

Contributors 🔥

Thanks to all these wonderful developers who made this project awesome!:raised_hands:

About


Languages

Language:Python 100.0%