Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 554 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 554 Bytes

Honey Coupon Code Clipper Clone

The idea here was to merge promotional coupon codes from social media (product influencers) and apply them to any checkout page.

Project Structure

3 Main folders here:

Backend - contains API to access product information, coupon codes.

Chrome extension - Displays price changes, product videos as you browse, and applies coupons automatically.

Scraper - Scraped amazon products and tik tok videos.

Tech stack:

Backend: Python Django

Db: Mongodb

Chrome extension: TypeScript, React

Scraper: Python ScrapyD