Skip to content

Xenia101/KakaoTalk-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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)  # 메세지 보내기