[Python] KakaoTalk windows api
Script description : Send automatic messages in KakaoTalk chat
- Variable setting
chatroom = "" # 카카오톡 친구 이름
message = "Hello World!" # 보내고자 하는 메세지
- Send a message
FindChatroom(chatroom) # 채팅 창 찾기
SendMessage(chatroom, msg) # 메세지 보내기