Showing
1 changed file
with
31 additions
and
0 deletions
... | @@ -6,3 +6,34 @@ | ... | @@ -6,3 +6,34 @@ |
6 | 6 | ||
7 | ### 프로젝트 구성 | 7 | ### 프로젝트 구성 |
8 | ###### python telegram bot api 이용 | 8 | ###### python telegram bot api 이용 |
9 | + | ||
10 | + | ||
11 | +## <설치모듈> | ||
12 | + | ||
13 | +#### pip install python-telegram-bot | ||
14 | + | ||
15 | +#### pip install beautifulsoup4 | ||
16 | + | ||
17 | +#### pip install selenium | ||
18 | + | ||
19 | +#### pip install bs4 | ||
20 | + | ||
21 | +#### pip install folium | ||
22 | + | ||
23 | +#### pip install requests | ||
24 | + | ||
25 | +#### pip install urllib3 | ||
26 | + | ||
27 | + | ||
28 | +## <Kaka API Key> | ||
29 | + | ||
30 | +#### https://developers.kakao.com/console/app 참고 | ||
31 | + | ||
32 | + | ||
33 | +## <Telegram Bot API Token and ID> | ||
34 | + | ||
35 | +#### https://vmpo.tistory.com/85 참고 | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ... | ... |
-
Please register or login to post a comment