feat: update amazon driver
This commit is contained in:
File diff suppressed because it is too large
Load Diff
11
app/amazon/product.py
Normal file
11
app/amazon/product.py
Normal 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)
|
||||
Reference in New Issue
Block a user