Skip to content

fauzanriff/tokopedia-price-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

How to install

  1. Clone repo
  2. Install library python3 -m pip install bs4

How To Use

  1. Edit URLs in main.py
# Current example
URLs = [
    'https://www.tokopedia.com/istorebdg/macbook-air-m2-chip-2022-13-inch-8gb-256gb-garansi-resmi-ibox-inter-silver-7c6c',
    ...
]
  1. Run python python3 src/main.py
  2. Example output
MacBook Air M2 Chip 2022 13 inch 8GB / 256GB Garansi Resmi iBox - Inter, Silver
19589000.0
MacBook Air M2 Chip 2022 13 inch 8GB / 512GB Garansi Resmi iBox - Inter, Starlight
24825000.0

Simple Tokopedia Price Checker Using BeutifulSoup

Library yang digunakan:

  • requests
  • soupsieve
  • beautifulsoup4
  • bs4

References

Documentation for BeautifulSoup

About

Simple Tokopedia Price Checker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages