Python 62

User-agent generator

pip install user-agent https://domdom.tistory.com/entry/%ED%81%AC%EB%A1%A4%EB%A7%81-%ED%8C%8C%EC%9D%B4%EC%8D%AC-%ED%81%AC%EB%A1%A4%EB%A7%81-%EC%8B%9C-%EA%B8%B0%EA%B8%B0-%EC%B0%A8%EB%8B%A8-%EC%9A%B0%ED%9A%8C%ED%95%98%EA%B8%B0-fake-useragent-%EC%82%AC%EC%9A%A9%EB%B2%95user-agent-%EC%82%AC%EC%9A%A9%EB%B2%95 [크롤링] 파이썬 크롤링 시 기기 차단 우회하기 (fake-useragent 사용법/user-agent 사용법) 개요 파이썬에서 웹 크롤러를 만들 때 가장 큰 어려움..

Python 2022.12.11

pip 설치시, SSL 오류

ex) pip3 install pandas --trusted-host pypi.org --trusted-host files.pythonhosted.org - 환경설정 OS 맞는 특정 경로에 config 파일을 생성하면 매번 입력할 필요 없이 pip install 만 해도 된다 경로: 1) 맥 OS : $HOME/.config/pip/pip.conf 2) 윈도우 : %APPDATA%\pip\pip.ini 파일 내용: [global] trusted-host = pypi.org files.pythonhosted.org https://curryyou.tistory.com/179 [파이썬] pip 설치 SSLError 오류 해결 방법: SSLCertVerificationError [SSL: CERTIFICATE_..

Python 2022.04.02