requests python 사용법 구글링해서 보고 찾아쓰면 됨
requests 라이브러리 설치
터미널에서 $ pip install requests
requests 라이브러리 시작 템플릿
...
rows = rjson['이름']['이름']
rows = rjson['이름']['이름']
for a in rows:
변수명 = a['이름']
...
...
'Python' 카테고리의 다른 글
[에러해결] Method Not Allowed The method is not allowed for the requested URL (0) | 2023.05.18 |
---|---|
[에러해결] WARNING: You are using pip version ... (0) | 2023.04.14 |
[Library] BeautifulSoup 크롤링 (0) | 2023.04.14 |
Python 기초 (0) | 2023.04.14 |
Python 설치 (0) | 2023.04.14 |