# Show GN: PyKakao: 카카오 API 파이썬 패키지

> Clean Markdown view of GeekNews topic #8484. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8484](https://news.hada.io/topic?id=8484)
- GeekNews Markdown: [https://news.hada.io/topic/8484.md](https://news.hada.io/topic/8484.md)
- Type: show
- Author: [wooiljeong](https://news.hada.io/@wooiljeong)
- Published: 2023-02-15T13:32:04+09:00
- Updated: 2023-02-15T13:32:04+09:00
- Original source: [github.com/WooilJeong](https://github.com/WooilJeong/PyKakao)
- Points: 11
- Comments: 0

## Topic Body

PyKakao 라이브러리를 사용하면 Kakao Developers에서 제공하는 여러 종류의 카카오 API를 파이썬으로 쉽게 사용할 수 있습니다. 예를 들어, Daum 검색 API를 이용해서 웹에서 정보를 검색할 수 있고, 메시지 API를 사용해서 카카오톡 메시지를 전송할 수 있습니다. 또한, 로컬 API를 통해 주변 정보를 조회할 수 있고, KoGPT API와 Karlo API를 이용해 자연어 처리를 하거나 생성형 인공지능으로 새로운 이미지를 만들어 볼 수도 있습니다.  
  
#### 필요사항  
- PyKakao 설치  
```  
pip install PyKakao  
```  
- 카카오 디벨로퍼스 REST API 키  
  
#### 패키지 기능  
- KoGPT API (GPT-3 기반 인공지능 한국어 언어 모델)  
- Karlo API (생성형 인공지능)  
    - 이미지 생성  
    - 이미지 변환  
    - 이미지 편집  
- 메시지 API  
    - 나에게 보내기  
- 로컬 API  
    - 주소 검색  
    - 좌표로 행정구역정보 조회  
    - 좌표로 주소 변환  
    - 좌표계 변환  
    - 키워드로 장소 검색  
    - 카테고리로 장소 검색  
- Daum 검색 API  
    - 웹문서 검색  
    - 동영상 검색  
    - 이미지 검색  
    - 블로그 검색  
    - 책 검색  
    - 카페 검색

## Comments



_No public comments on this page._
