Skip to main content

A Simple Kakaotalk Automation Wrapper.

Project description

Automation Kakao for Mac

Kakaotalk open chatting room and send message automatically with applescript.

result

API

First import package.

from autokakao.wrapper import KakaoAutomation

Open kakao application manually

kakao = KakaoAutomation()
kakao.open_kakao()

Open chat room with chat room name

kakao = KakaoAutomation()
kakao.open_chatroom("CHATROOM NAME")

Write a message to send

kakao = KakaoAutomation()
kakao.write_message("YOUR MESSAGE")

Example

from autokakao.wrapper import KakaoAutomation

kakao = KakaoAutomation()

kakao.open_kakao()
kakao.open_chatroom("윤서준")

for i in range(1000):
    kakao.write_message("윤서준 바보")

Installation

pip install autokakao

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autokakao-0.0.3.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

autokakao-0.0.3-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page