티스토리 뷰
[siteInfo example]
{'Description': '향고래 > 알', 'I_Date': '2022-05-26 9:16:46', 'ItemTag': '{"TagProperty": "Bundle", "TagType": "class", "TagValue": ".product", "SubTag_s": {"TagProperty": "Items", "TagType": "html", "TagValue": "li", "SubTag_s": {"TagProperty": "ItemValue", "TagType": "class", "TagValue": ".prdInfo", "ValueTag_s": [{"TagProperty": "aValue", "TagType": "html", "TagValue": "a", "Attribute": "href", "ValueID": "ItemLink"}, {"TagProperty": "aValue", "TagType": "html", "TagValue": "a", "Attribute": "text", "ValueID": "Title"}, {"TagProperty": "aValue", "TagType": "class", "TagValue": ".price", "Attribute": "text", "ValueID": "Price"}, {"TagProperty": "aValue", "TagType": "html", "TagValue": "p", "Attribute": "text", "ValueID": "Description"}, {"TagProperty": "aValue", "TagType": "class", "TagValue": ".Icon", "Attribute": "text", "ValueID": "Status"}]}}}', 'L_Date': '2022-07-14 0:51:58', 'L_Status': '0', 'PageTag': '{"TagType": "class", "TagValue": ".pageArea", "SubTag_s": [{"TagProperty": "PageNo", "TagType": "html", "TagValue": "a"}, {"TagProperty": "PageNo", "TagType": "html", "TagValue": "b"}], "StartPage": 1}', 'SiteID': 'Sinyoung-01', 'SiteURL': 'http://al.hyang.whale/bbs/board.php?tbl=product_03&category=%EB%B9%84%EC%83%81%EC%A1%B0%EB%AA%85%EB%93%B1', 'Status': 'Valid'}
from BGoogleDrive import cBGoogleSpread
import json
gSpread = cBGoogleSpread()
SourceSpread = gSpread.OpenSpreadsheet("NIP_Source")
siteInfosDF = gSpread.ReadSheet(SourceSpread, "SiteInfo")
siteInfoList = siteInfosDF.to_dict('records')
for siteInfo in siteInfoList:
# siteInfo example : {'Description': '향고래 > 알', 'I_Date': '2022-05-26 9:16:46', 'ItemTag': '{"TagProperty": "Bundle", "TagType": "class", "TagValue": ".product", "SubTag_s": {"TagProperty": "Items", "TagType": "html", "TagValue": "li", "SubTag_s": {"TagProperty": "ItemValue", "TagType": "class", "TagValue": ".prdInfo", "ValueTag_s": [{"TagProperty": "aValue", "TagType": "html", "TagValue": "a", "Attribute": "href", "ValueID": "ItemLink"}, {"TagProperty": "aValue", "TagType": "html", "TagValue": "a", "Attribute": "text", "ValueID": "Title"}, {"TagProperty": "aValue", "TagType": "class", "TagValue": ".price", "Attribute": "text", "ValueID": "Price"}, {"TagProperty": "aValue", "TagType": "html", "TagValue": "p", "Attribute": "text", "ValueID": "Description"}, {"TagProperty": "aValue", "TagType": "class", "TagValue": ".Icon", "Attribute": "text", "ValueID": "Status"}]}}}', 'L_Date': '2022-07-14 0:51:58', 'L_Status': '0', 'PageTag': '{"TagType": "class", "TagValue": ".pageArea", "SubTag_s": [{"TagProperty": "PageNo", "TagType": "html", "TagValue": "a"}, {"TagProperty": "PageNo", "TagType": "html", "TagValue": "b"}], "StartPage": 1}', 'SiteID': 'Sinyoung-01', 'SiteURL': 'http://al.hyang.whale/bbs/board.php?tbl=product_03&category=%EB%B9%84%EC%83%81%EC%A1%B0%EB%AA%85%EB%93%B1', 'Status': 'Valid'}
keys1 = siteInfo.keys()
for key1 in keys1:
print("[Key] ", key1)
print("[Value]", siteInfo[key1])
pageTag_ = siteInfo.get('PageTag')
pageTag = json.loads(pageTag_)
print("[Type]", type(pageTag))
#valueTags = json
#keys2 = pageTag.keys()
for key2 in pageTag.keys():
print("[Key2]", key2)
print("[ValueTag2]", pageTag[key2])
subTags2 = pageTag['SubTag_s']
for subTag in subTags2:
print(subTag)
print(siteInfo)
'SWDesk' 카테고리의 다른 글
[Python] Dict 관련 함수 테스트 (0) | 2022.08.06 |
---|---|
[Pytyon] DataFrame - dict (0) | 2022.07.25 |
[Python] 파일 비교 후 동일 시 삭제 (0) | 2022.07.23 |
[Python] Selenium Edge (0) | 2022.07.20 |
[Python] DataFrame 날짜순으로 정렬 (0) | 2022.07.19 |
- Total
- Today
- Yesterday
- 오블완
- image
- 전압
- 절연형
- Innovations&Hurdles
- bilient
- 치매
- 혁신과허들
- badp
- DYOV
- 빌리언트
- Innovations
- 전류
- Innovation&Hurdles
- 둎
- 허들
- 티스토리챌린지
- Video
- Hurdles
- 심심풀이치매방지기
- arduino
- Decorator
- 심심풀이
- 혁신
- ServantClock
- BSC
- 치매방지
- 아두이노
- 배프
- 전압전류모니터링
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |