{"id":850,"date":"2020-01-11T21:28:20","date_gmt":"2020-01-11T12:28:20","guid":{"rendered":"http:\/\/blog.marubaram.wo.tc\/?p=850"},"modified":"2020-01-11T21:28:21","modified_gmt":"2020-01-11T12:28:21","slug":"telegram-bot-command-%ed%99%9c%ec%9a%a9-python-telegram-bot","status":"publish","type":"post","link":"https:\/\/blog.marubaram.wo.tc\/?p=850","title":{"rendered":"telegram bot, command \ud65c\uc6a9, python-telegram-bot"},"content":{"rendered":"\n<p>telegram bot \uac1c\ubc1c\uacfc \uad00\ub828\ud558\uc5ec command \ub97c \ud65c\uc6a9\ud574 \ubcf4\uae30\ub85c\ud558\uc600\ub2e4.<\/p>\n\n\n\n<p>command list\ub294 botfather\uc5d0\uc11c \ub4f1\ub85d\ud560 \uc218 \uc788\ub2e4.<\/p>\n\n\n\n<p>python-telegram-bot \ubaa8\ub4c8\uc744 \ud65c\uc6a9\ud574\uc11c python\uc5d0\uc11c \uac1c\ubc1c\ud560\ub54c\ub294 CommandHandler \ub97c \uc0ac\uc6a9\ud55c\ub2e4.<\/p>\n\n\n\n<p>from\u00a0telegram.ext\u00a0import\u00a0Updater,\u00a0MessageHandler,\u00a0Filters\u00a0,\u00a0CommandHandler\u00a0\u00a0\u00a0#\u00a0import\u00a0modules<br><\/p>\n\n\n\n<p>\uba3c\uc800 \ud2b9\uc815 Command\uac00 \ub4e4\uc5b4\uc654\uc744\ub54c function\uc744 \uc815\uc758\ud55c\ub2e4. \uc5b4\ub5bb\uac8c \ubcf4\uba74 MessageHandler\ub294 \uc804\uccb4\uc801\uc778 Messsage\uc5d0 \ub300\ud55c \uac83\uc744 \uad00\uc7a5\ud558\uace0, CommandHandler\ub294 \/ \uc774\ud6c4\uc5d0 \ub4e4\uc5b4\uc624\ub294 \ud2b9\uc815 command\uc5d0 \ub300\ud55c \uac83\uc744 \uc54c\uc544\uc11c \ubd84\ub958\ud574\uc8fc\ub294 \uc5ed\ud560\uc774\ub77c\uace0 \ubcfc \uc218 \uc788\uc744 \uac83\uc774\ub2e4.<\/p>\n\n\n\n<p>def\u00a0do_command(bot,\u00a0update):<br>     update.message.reply_text(&#8220;Command\u00a0In&#8221;)<\/p>\n\n\n\n<p>\uadf8\ub9ac\uace0 Command Handler\uc5d0 \uc5f0\ub3d9\ud574\uc900\ub2e4.<\/p>\n\n\n\n<p>com_handler\u00a0=\u00a0CommandHandler(&#8216;com1&#8217;,\u00a0do_command)<br>updater.dispatcher.add_handler(com_handler)<\/p>\n\n\n\n<p>CommandHandler \uc758 \uccab\ubc88\uc9f8 \uc778\uc218\ub294 botfather\uc5d0\uc11c \uc815\uc758\ud55c command, \uc608\ub97c \ub4e4\uc5b4 \/com1 \ub85c \ud638\ucd9c\ud558\uba74 do_command \ud568\uc218\ub97c \ud638\ucd9c\ud558\uc5ec \uba54\uc138\uc9c0\ub97c \ucc98\ub9ac\ud55c\ub2e4.<\/p>\n\n\n\n<p>MessageHandler\uc640 \ub3d9\uc77c\ud558\uac8c \uc774\ud6c4\uc5d0 updater\ub97c \ub3cc\ub824\uc900\ub2e4.<\/p>\n\n\n\n<p>updater.start_polling(timeout=3,\u00a0clean=True)<br>updater.idle() <\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>telegram bot \uac1c\ubc1c\uacfc \uad00\ub828\ud558\uc5ec command \ub97c \ud65c\uc6a9\ud574 \ubcf4\uae30\ub85c\ud558\uc600\ub2e4. command list\ub294 botfather\uc5d0\uc11c \ub4f1\ub85d\ud560 \uc218 \uc788\ub2e4. python-telegram-bot \ubaa8\ub4c8\uc744 \ud65c\uc6a9\ud574\uc11c python\uc5d0\uc11c \uac1c\ubc1c\ud560\ub54c\ub294 CommandHandler \ub97c \uc0ac\uc6a9\ud55c\ub2e4. from\u00a0telegram.ext\u00a0import\u00a0Updater,\u00a0MessageHandler,\u00a0Filters\u00a0,\u00a0CommandHandler\u00a0\u00a0\u00a0#\u00a0import\u00a0modules \uba3c\uc800 \ud2b9\uc815 Command\uac00 \ub4e4\uc5b4\uc654\uc744\ub54c function\uc744 \uc815\uc758\ud55c\ub2e4. \uc5b4\ub5bb\uac8c \ubcf4\uba74 MessageHandler\ub294 \uc804\uccb4\uc801\uc778 Messsage\uc5d0 \ub300\ud55c \uac83\uc744 \uad00\uc7a5\ud558\uace0, CommandHandler\ub294 \/ \uc774\ud6c4\uc5d0 \ub4e4\uc5b4\uc624\ub294 \ud2b9\uc815 command\uc5d0 \ub300\ud55c \uac83\uc744 \uc54c\uc544\uc11c \ubd84\ub958\ud574\uc8fc\ub294 \uc5ed\ud560\uc774\ub77c\uace0 \ubcfc \uc218 \uc788\uc744 \uac83\uc774\ub2e4. def\u00a0do_command(bot,\u00a0update): update.message.reply_text(&#8220;Command\u00a0In&#8221;) \uadf8\ub9ac\uace0 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[335],"tags":[],"_links":{"self":[{"href":"https:\/\/blog.marubaram.wo.tc\/index.php?rest_route=\/wp\/v2\/posts\/850"}],"collection":[{"href":"https:\/\/blog.marubaram.wo.tc\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.marubaram.wo.tc\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.marubaram.wo.tc\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.marubaram.wo.tc\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=850"}],"version-history":[{"count":1,"href":"https:\/\/blog.marubaram.wo.tc\/index.php?rest_route=\/wp\/v2\/posts\/850\/revisions"}],"predecessor-version":[{"id":851,"href":"https:\/\/blog.marubaram.wo.tc\/index.php?rest_route=\/wp\/v2\/posts\/850\/revisions\/851"}],"wp:attachment":[{"href":"https:\/\/blog.marubaram.wo.tc\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=850"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.marubaram.wo.tc\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=850"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.marubaram.wo.tc\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=850"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}