req = requests.post("address", data=datas_, cookies=cookies_)
#get cookie
cookies_ = req.cookies.get_dict()
#cookie update
cookies_.update({'key':'value'})
'Python > Python__works' 카테고리의 다른 글
list 거꾸로 출력하기 (0) | 2019.07.08 |
---|---|
conda 가상환경 (0) | 2019.06.13 |
collections (0) | 2019.06.12 |
python slacker 한글 깨지는 현상 (0) | 2019.06.11 |
iterate multiple sequences with zip (0) | 2019.06.03 |