Metadata-Version: 2.1
Name: PyNaver
Version: 0.0.4
Summary: Naver Open API Python Wrapper
Home-page: https://github.com/WooilJeong/PyNaver
Author: 정우일(Wooil Jeong)
Author-email: wooil@kakao.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# PyNaver

[![PyPI Latest Release](https://img.shields.io/pypi/v/pynaver.svg)](https://pypi.org/project/pynaver/)
![](https://img.shields.io/badge/python-3.8-blue.svg)
![](https://img.shields.io/badge/pandas-1.4.4-red.svg)
![](https://img.shields.io/badge/requests-2.28.1-yellow.svg)
![](https://img.shields.io/badge/api-naver-green.svg)

## 기여자

<div align="center">
    <table>
    <tr>
        <td align="center">
            <a href="https://github.com/wooiljeong">
            <img src="https://avatars.githubusercontent.com/u/38076110?v=4" width="100px;" alt=""/><br />
            <sub><b>정우일</b></sub></a><br />
        </td>
    </tr>
    </table>
</div>

## 소개

PyNaver는 [naver developers](https://developers.naver.com/), [naver cloud platform](https://www.ncloud.com/)에서 제공하는 오픈 API를 이용할 수 있는 Python Client 입니다. PyNaver를 정상적으로 이용하기 위해서는 naver developers와 naver cloud platform의 애플리케이션 정보(Client ID, Client Secret)가 필요합니다.

## 설치

```bash
pip install PyNaver
```

<br>

<div align=center>

[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FWooilJeong%2FPyNaver&count_bg=%2300CBFF&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)

</div>

