Skip to main content

Python app cli to send message

Project description

Kaztau

Kaztau is a simple cli app to send message whatsapp or telegram. Just call command on shell or execute via cron for create reminder notification.

Installation

pip install kaztau

export your telegram credential

export KAZTAU_TELEGRAM_API_ID=112233
export KAZTAU_TELEGRAM_API_HASH='11aaa22bb'
export KAZTAU_TELEGRAM_BOT_TOKEN='22bb33cc'

export your whatsapp device_id

export WA_DEVICE_ID="a012asdf09123"

on this package author use whatsapp api from whacenter.com

How to use

Send Whatsapp Message

  • Send message run command
    kaztau send_wa_message "{identifier}" "{your_message}"
    
    Example:
    kaztau send_wa_message "628998123123" "Test send message from kaztau"
    

Send Whatsapp Image

  • Send image run command
    kaztau send_wa_image "{identifier}" "{your_message}" "{image_path}"
    
    Example:
    kaztau send_wa_image "628998123123" "New Picture" "/Users/Userexam/Pictures/image_report.png"
    

Send Whatsapp Multi Images

  • Send images run command
    kaztau send_wa_mult_image "{identifier}" "{your_message"} --path-file "{path_file_1}" --path-file "{path_file_2}"
    
    Example:
    kaztau send_wa_multi_image "628998123123" "Multi Picture" --path-file "/Users/Userexam/Pictures/image_report_1.png" --path-file "/Users/userexam/Pictures/image_report_2.png"
    
    Alternative argument you can use --path-folder to send all image in the folder
    kaztau send_wa_multi_image "628998123123" "Multi Picture" --path-folder "/Users/Userexam/Pictures/dir_images"
    

Send Whatsapp Message or Images to group

If you want to send message, image or multi image, you just change {identifier} from number to group name and add option --togroup, Example:

kaztau send_wa_message "Dev Python" "Test send message from kaztau" --togroup
kaztau send_wa_multi_image "Dev Python" "Multi Picture" --path-folder "/Users/Userexam/Pictures/dir_images" --move-folder "/Users/Userexam/Pictures/success" --togroup

Send Telegram Message

  • Send message run command
    kaztau send_telegram_message "{identifier}" "{your_message}"
    
    Example:
    kaztau send_telegram_message "irfanpule" "Test send message from kaztau"
    

Send Telegram Image

  • Send image run command
    kaztau send_telegram_image "{identifier}" "{your_message}" "{image_path}"
    
    Example:
    kaztau send_telegram_image "irfanpule" "New Picture" "/Users/Userexam/Pictures/image_report.png"
    

Send Telegram Multi Images

  • Send images run command
    kaztau send_telegram_multi_image "{identifier}" --path-file "{path_file_1}" --path-file "{path_file_2}"
    
    Example:
    kaztau send_wtelegrammultii_image "628998123123" --path-file "/Users/Userexam/Pictures/image_report_1.png" --path-file "/Users/userexam/Pictures/image_report_2.png"
    
    Alternative argument you can use --path-folder to send all image in the folder
    kaztau send_wa_multi_image "628998123123" "Multi Picture" --path-folder "/Users/Userexam/Pictures/dir_images"
    

Send Whatsapp Message or Images to group

Whatsapp

If you want to send message, image or multi image, you just change {identifier} from number to group name and add option --togroup, Example:

kaztau send_wa_message "Dev Python" "Test send message from kaztau" --togroup
kaztau send_wa_multi_image "Dev Python" "Multi Picture" --path-folder "/Users/Userexam/Pictures/dir_images" --move-folder "/Users/Userexam/Pictures/success" --togroup

Telegram

on telegram {identifier} auto detect number, username, ID as a personal, group or channel. So you just type the telegram ID / identifier

Send Whatsapp or Telegram Images Option Arg

If you want to send image and move image to another folder after success, you can use this option

  • Move image to another directory after success send_wa_image or send_wa_multi_image or send_telegram_image or send_telegram_multi_image.

    You can add argument --move-path {move_path}. Example on send_image

    kaztau send_wa_image "628998123123" "New Pictures" --path-file "/Users/Userexam/Pictures/image_report.png" --move-folder "/Users/Userexam/Pictures/success"
    
    kaztau send_telegram_image "628998123123" --path-file "/Users/Userexam/Pictures/image_report.png" --move-folder "/Users/Userexam/Pictures/success"
    

    Example on send_wa_multi_image

    kaztau send_wa_multi_image "628998123123" "Multi Picture" --path-file "/Users/Userexam/Pictures/image_report_1.png" --path-file "/Users/userexam/Pictures/image_report_2.png" --move-folder "/Users/Userexam/Pictures/success"
    

    or

    kaztau send_telegram_multi_image "628998123123" --path-folder "/Users/Userexam/Pictures/dir_images" --move-folder "/Users/Userexam/Pictures/success"
    

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

kaztau-0.2.0.tar.gz (10.6 kB view hashes)

Uploaded Source

Built Distribution

kaztau-0.2.0-py3-none-any.whl (12.8 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