Showing
1 changed file
with
6 additions
and
4 deletions
... | @@ -24,13 +24,11 @@ | ... | @@ -24,13 +24,11 @@ |
24 | 24 | ||
25 | #### pip install urllib3 | 25 | #### pip install urllib3 |
26 | 26 | ||
27 | - | 27 | +## <Kakao api key 발급> |
28 | -## <Kakao API Key> | ||
29 | 28 | ||
30 | #### https://developers.kakao.com/console/app 참고 | 29 | #### https://developers.kakao.com/console/app 참고 |
31 | 30 | ||
32 | - | 31 | +## <Telegram Bot api token과 id 발급> |
33 | -## <Telegram Bot API Token and ID> | ||
34 | 32 | ||
35 | #### https://vmpo.tistory.com/85 참고 | 33 | #### https://vmpo.tistory.com/85 참고 |
36 | 34 | ||
... | @@ -51,6 +49,10 @@ | ... | @@ -51,6 +49,10 @@ |
51 | #### "img" 폴더는 respond.py에서 이미지를 사용자에게 전달할 때 사용되어지는 이미지 폴더임 | 49 | #### "img" 폴더는 respond.py에서 이미지를 사용자에게 전달할 때 사용되어지는 이미지 폴더임 |
52 | 50 | ||
53 | 51 | ||
52 | +#### 향후 search_restaurant.py의 x,y값(경도,위도)를 전달받아 index.html(kakao map)에 연동하여 특정 키워드가 검색됐을 때 관련 주소를 kakao map에 마커로 표시할 수 있도록 보완해야함 | ||
53 | +#### 또한 서버를 하나 구축하고 파일을 배포할 수 있도록 보완하면 좋을 것 같음 | ||
54 | + | ||
55 | + | ||
54 | 56 | ||
55 | 57 | ||
56 | 58 | ... | ... |
-
Please register or login to post a comment