Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 579 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 579 Bytes

python KakaoTalk

[Python] KakaoTalk windows api

Script description : Send automatic messages in KakaoTalk chat

Example

Usage

  1. Variable setting
chatroom = ""               # 카카오톡 친구 이름
message = "Hello World!"    # 보내고자 하는 메세지
  1. Send a message
FindChatroom(chatroom)      # 채팅 창 찾기
SendMessage(chatroom, msg)  # 메세지 보내기