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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file autokakao-0.0.3.tar.gz.

File metadata

  • Download URL: autokakao-0.0.3.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.4

File hashes

Hashes for autokakao-0.0.3.tar.gz
Algorithm Hash digest
SHA256 3a39f9f911c74972a73c8ac024077ff25c180e927032b0de671c891277a1dc71
MD5 f407e0827c75c3649428eb31782e29c7
BLAKE2b-256 38399bb1e384937f3853cfedf8793ca2a8f0c3bb4b9fab1c7c86957a8d9508c9

See more details on using hashes here.

File details

Details for the file autokakao-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: autokakao-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.4

File hashes

Hashes for autokakao-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0f79cb7d77b1428a2574c22b41fb862525cdcc6d263d9f4caafa3db2c8d497f9
MD5 65035dfea0c558cda6d273e7dbae2350
BLAKE2b-256 b005974ea8df689494985097e2378153f13e38b46d69a72d272681bd19dd9a85

See more details on using hashes here.

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