From 94d472a04cb72c9fde2b4abaa51874a3c65c8f9d Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:38:41 -0500 Subject: [PATCH] Add DiscountBandit to Automation & E-Commerce (#906) Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> Co-authored-by: nodiscc --- software/discountbandit.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 software/discountbandit.yml diff --git a/software/discountbandit.yml b/software/discountbandit.yml new file mode 100644 index 0000000000..3d30de23d3 --- /dev/null +++ b/software/discountbandit.yml @@ -0,0 +1,14 @@ +name: "Discount Bandit" +website_url: "https://discount-bandit.cybrarist.com/" +source_code_url: "https://github.com/Cybrarist/Discount-Bandit" +description: "Track pricing, stock status of products across multiple stores such as Amazon, Ebay, Walmart, etc." +licenses: + - GPL-3.0 +platforms: + - PHP + - Docker +tags: + - Automation + - E-commerce +depends_3rdparty: true +demo_url: "https://discount-bandit.cybrarist.com/screenshots.html" \ No newline at end of file