Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 802 Bytes

README.MD

File metadata and controls

27 lines (18 loc) · 802 Bytes

This bot is written with Jsoup, selenium, javafx (sceneBuilder)

Index

It can scrape information from amazon.com

- input link of the product at amazon.com(e.g https://www.amazon.com/gp/product/B07FPMXNPN/ref=oh_aui_detailpage_o00_s01?ie=UTF8&psc=1)      

- Bot will scrape the following information and write it into the xml file (amazonItems.xml)
    -   ID
    -   Title
    -   Price
    -   URL

Index
Bot can register an account at amazon.con using selenium.

    -   input email (login)
    -   input password
    -   input name

Index Bot can add an item to your cart at amazon.com

    -   input item ID

Index