Git Product home page Git Product logo

kakao_autoreply_wirh_naver_papago's Introduction

kakao_autoreply_with_naver_papago translate chatbot

카카오톡 자동응답(챗봇) 서비스와 네이버 파파고(papago)를 이용한 자동 번역 챗봇 만들기 - Node.js편

스크린

카카오톡 자동 응답 서비스와 네이버 파파고 서비스를 이용하면
나만의 번역기를 만들 수 있습니다.
(라즈베리파이와 같은 SBC를 이용하면 될 듯합니다.)
홍콩 과기대 김성훈 교수님께서 만드신 것을 보고 node js로 공부 겸 만들어 봤습니다.
https://github.com/hunkim/line-papago-bot

현재는 한국어를 영어로면 변경이 가능합니다.

코드는 동작하는 코드이지만
네이버 API ID & Key를 할당받아야하고
카카오톡 자동응답 서비스 신청을 해야합니다.

//네이버 KEY
var client_id = '당신의 네이버 API ID';
var client_secret = '당신의 네이버 API 암호키';

필요한 패키지들은 다음과 같습니다.

[적용 폴더]$ npm init -y
[적용 폴더]$ npm install request
[적용 폴더]$ npm install body-parser
[적용 폴더]$ npm install express

##실행 방법

$node kakao_naver_papago.js

http://chandong83.blog.me/221067630252

kakao_autoreply_wirh_naver_papago's People

Contributors

chandong83 avatar

Watchers

James Cloos avatar blindlee1324 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.