Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wlstp8473
/
telegram_Messenger_Chatbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
wlstp8473
2021-06-11 09:37:05 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
365a3d037bbeaa54996f4d31179eeb0df251ffd8
365a3d03
1 parent
ae5f5055
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
3 deletions
README.md
README.md
View file @
365a3d0
...
...
@@ -25,15 +25,34 @@
#### pip install urllib3
### <Kaka API Key>
### <Kakao API Key>
#### https://developers.kakao.com/console/app 참고
### <Telegram Bot API Token and ID>
#### https://vmpo.tistory.com/85 참고
## 주요 구현 내용
#### "respond.py"는 telegram bot api를 이용해서 간단한 응답을 주고 받을 수 있도록 구현함
#### "search_restaurant.py"는 kakao local api를 이용해서 특정 키워드에 대한 주소, 전화번호, url, 경도와 위도 등을 파싱해서 사용자에게 전달하도록 구현했음
#### "weather_info.py"는 크롤링을 통해 사용자의 위치에 기반한 온도나 미세먼지 같은 간단한 기상 정보를 사용자에게 전달함
#### "covid.py"는 크롤링을 통해 오늘의 코로나 확진자 수 및 관련 기사들을 사용자에게 전달할 수 있도록 구현했음
#### "img" 폴더는 respond.py에서 이미지를 사용자에게 전달할 때 사용되어지는 이미지 폴더임
## branch 설명
#### "chatbot_code"는 라인 메세지 봇과 node js을 이용하여 챗봇을 이용하여 구현할려 했지만 구현하지 못했음 (구현 실패)
#### "pycode"는 tele_chatbot에 대한 코드들을 작업했던 폴더임(필요한 파일들만 다시 tele_chatbot에 push 했었음)
#### "tele_chatbot" 필요한 파일들만 담았던 브랜치로 핵심 기능 수행 파일은 "chatbotcode_resturant location using html map"과 index.html, img 폴더임
#### "master" 는 주로 리미드 파일만 담고 있었지만 tele_chatbot의 내용(개발 내용)들을 다시 master에 푸쉬했음(실제 동작이 가능한 파일들이 담긴 브랜치는 master와 tele_chatbot임)
#### "img" 폴더는 respond.py에서 이미지를 사용자에게 전달할 때 사용되어지는 이미지 폴더임
...
...
Please
register
or
login
to post a comment