Giter Site home page Giter Site logo

btechpt / kaztau Goto Github PK

View Code? Open in Web Editor NEW
1.0 9.0 0.0 68 KB

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

Python 100.00%
notification python telegram-bot-api python-cli-project

kaztau's Introduction


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"

kaztau's People

Contributors

irfanpule avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.