Skip to content

RunnningPig/message2me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Message2me

Message2me is a simple command line program to send message via "Telegram-bot" or "Twilio-sms".

Install

git clone https://github.com/RunnningPig/message2me.git
cd message2me && bash install.sh

How to use?

Using Twilio-sms

  • You need have a twilio account.

  • Get following three parameters in Twilio Getting Started:

    • account_sid

    • auth_token

    • from_number

  • Configurate twilio_account_sid, twilio_auth_token, twilio_from_number and twilio_to_number parameters in message2me.conf .

  • Set the enable_twilio to true in message2me.conf .

Using Telegram-bot

  • You need have a telegram account.

  • Get your chat id from get-id-bot.

  • Create a bot and get the bot authorization token referring to how-do-i-create-a-bot.

  • Configurate telegram_chat_id and telegram_token in message2me.conf.

  • Set the enable_telegram to true in message2me.conf .

If all is ok, you just execute message2me <your_message>,and the mesaage will be send to you.

About

send message via "Telegram-bot" or "Twilio-sms".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages