Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.37 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.37 KB

Grocery

forthebadge made-with-python

😷 During Covid Pandemic, we all suffer financially and become difficult to earn single penny. That time we need to shop Online for our need like Household and grocery. There also have to pay as in this period but what if i say that you can save more money by comparing your needs in different platform on same place. So for this, here we are.

Output Data

Install Module ⚙

  • pip install selenium
  • pip install bs4
  • pip install itertools
  • pip install pandas

You need to download CromeDriver here. To give the path in webdriver

How to Run 🏃‍♂️

  1. Open terminal and type git clone and give path of repo
  2. After cloning of repo on local.
  3. Run main.py
  4. Done

Contributing 🤝

Any kind of contributions are welcome.

  1. Fork the repo on GitHub.
  2. Clone the project to your own machine.
  3. Commit changes to development branch.
  4. Push your work back up to your fork.
  5. Submit a Pull request so that I can review your changes