Skip to content

jie3116/Shopping-Assistant-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛍️ Shopping Assistant Bot

A chatbot that helps users search for the best products online using web scraping (Tokopedia).

Features

  • 🔎 Search product info from Tokopedia
  • 🌐 REST API with FastAPI
  • 🧠 PostgreSQL for storing user data
  • 🛠️ Modular code structure

How to Run

  1. Install dependencies:
    pip install -r requirements.txt
    
  2. Run server:

uvicorn backend.main:app --reload

Test on: http://127.0.0.1:8000/docs

To Do

✅ User registration

✅ Product scraping

⏳ Integrate affiliate links

⏳ Product recommendation with AI


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages