Auto update competition price

This is a program that allows updating competition price on an e-commerce website automatically.

Program description

Step doing the check, update competition price:

Step 1: Get our selling product information from the e-commerce website
Step 2: Get the purchase price of our selling product from the provider website
Step 3: Calculate a profitable price. ex: profitable price = purchase price + (purchase price * 0.25)
Step 4: Check if our product is not a competitive price than update our product price. The new updated price must smaller than all other competitors and greater than our profitable price

The program could be run 24/7 to update our selling price. It is written in Python3.7. It could be run on any operating system. ex: Windows, macOS, Linux.

Demo video

One Reply to “Auto update competition price”

Leave a Reply

Your email address will not be published. Required fields are marked *