Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adyzng/jd-autobuy
/ functions
Functions
19 in github.com/adyzng/jd-autobuy
⨍
Functions
19
◇
Types & classes
1
↓ 10 callers
Function
tags_val
return html tag list attribute @key @index if @key is empty, return tag content
scraper-jd.py:36
↓ 4 callers
Method
response_status
(resp)
scraper-jd.py:123
↓ 3 callers
Function
tag_val
return html tag attribute @key if @key is empty, return tag content
scraper-jd.py:51
↓ 2 callers
Method
good_stock
33 : on sale, 34 : out of stock
scraper-jd.py:448
↓ 1 callers
Method
buy
(self, options)
scraper-jd.py:569
↓ 1 callers
Method
cart_detail
(self)
scraper-jd.py:656
↓ 1 callers
Method
checkLogin
(self)
scraper-jd.py:273
↓ 1 callers
Method
good_detail
(self, stock_id, area_id=None)
scraper-jd.py:491
↓ 1 callers
Method
good_price
(self, stock_id)
scraper-jd.py:544
↓ 1 callers
Method
login_by_QR
(self)
scraper-jd.py:299
↓ 1 callers
Function
main
(options)
scraper-jd.py:755
↓ 1 callers
Method
order_info
(self, submit=False)
scraper-jd.py:690
Method
__init__
(self, usr_name=None, usr_pwd=None)
scraper-jd.py:71
Method
_get_auth_code
(self, uuid)
scraper-jd.py:148
Method
_login_once
(self, login_data)
scraper-jd.py:174
Method
_login_try
login by username and password, but not working now. .. deprecated:: Use `login_by_QR`
scraper-jd.py:195
Method
_need_auth_code
(self, usr_name)
scraper-jd.py:129
Method
buy_good_count
(self, good_id, count)
scraper-jd.py:625
Method
print_json
format the response content
scraper-jd.py:112