feat: update amazon driver

This commit is contained in:
koko
2026-04-25 17:58:28 +08:00
parent f9b2d2da25
commit 6f1b8e46f5
5 changed files with 523 additions and 329 deletions

File diff suppressed because it is too large Load Diff

11
app/amazon/product.py Normal file
View File

@@ -0,0 +1,11 @@
from .base import AmamzonBase, UserInfo
if __name__ == "__main__":
user_info: UserInfo = {"company": "rongchuang123", "username": "自动化_Robot", "password": "#20zsg25"}
driver = AmamzonBase(user_info)
shop_name = "郭亚芳"
country = "德国"
driver.open_shop(shop_name)
driver.SwitchingCountries(country)