10 lines
409 B
Plaintext
10 lines
409 B
Plaintext
# Instagram 자동 업로드를 위한 Python 패키지
|
|
# pip install -r requirements.txt
|
|
|
|
instagrapi==2.1.2 # Instagram Private API 클라이언트
|
|
Pillow>=8.1.1 # 이미지 처리 (instagrapi 의존성)
|
|
cryptography==41.0.7 # 비밀번호/세션 암호화
|
|
flask==3.0.0 # REST API 서버
|
|
flask-cors==4.0.0 # CORS 지원
|
|
python-dotenv==1.0.0 # 환경변수 로드
|