Skip to content

Instantly share code, notes, and snippets.

@junhoyeo
Created July 11, 2018 16:53
Show Gist options
  • Save junhoyeo/35186433cda7c8c14277b2a1ba6925b7 to your computer and use it in GitHub Desktop.
Save junhoyeo/35186433cda7c8c14277b2a1ba6925b7 to your computer and use it in GitHub Desktop.
Test your kakaoTalk plusfriend chatbot app with only one line of Python code / 단 한 줄의 파이썬 코드로 당신의 카카오톡 챗봇을 바로 테스트하세요
print(__import__('requests').get(input('location of message.php on your server : '), json={'user_key': 'for-testing', 'type': 'text', 'content': input('content : ')}).text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment