Skip to content

zillwc/bashcom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BashCom

Powered by Twilio

Communicate with friends and family via text messages and calls using the terminal.

Why use this

Simple
Interactive menu allows you to navigate through the script easily
Intuitive
Allows you to save contact information like an address book so you can forget numbers without guilt
Personalizable
Script is well commented, expandable, and made to be personalized towards your use
Easy to install
You can install this with bare minimum on your system. See below requirements for more insight.
Awesome
You are texting and making calls from the freaking terminal..need I say more?

Requirements

Mac OS X
Nothing at all :)

Linux
Perl
Curl

Windows
Cygwin with Curl and Perl packages

Along with the platform requirements, you need a (non-sandbox) Twilio account. Yes, this means that you might actually have to drop some money to get some credit but think it this way, each text message is 0.75cents, which is pretty damn cheap! Also, if you want some free credit to play around with, feel free to email Twilio Evangelist, Jon Gottfried. He's one awesome hacker and a really nice dude that will throw some free credit at you so you can try out the service.

Installation

  1. Extract all files to a safe location (Documents or whereever you keep stuff that you don't trash)
  2. Open terminal and change directory to this folder
  3. Run command: sudo chmod 755 install_bashcom
  4. Run command: sudo ./install_bashcom
  5. Restart computer
bash$ cd /path/to/extracted/folder
bash$ sudo chmod 755 install_bashcom
bash$ sudo ./install_bashcom

OPTIONS

bashcom
-t 	Text
-c 	Call
-n 	PhoneNumber
-m 	Message Body
bashcom [[-h][-t][-c] [-n phonenumber] [-m message]]

Usage

BashCom is made for both beginners and advanced users. Beginners can use the interactive menu to text, call, and save contacts. Advanced users can text and call using a single line.

Beginners
Loads interactive menu:

Owner-bash$ bashcom

Advanced Users
Text 1112224444 with the message "Hi there":

Owner-bash$ bashcom -t -n 1112224444 -m "Hi there"

Call 1112224444 with the message "Hi there":

Owner-bash$ bashcom -c -n 1112224444 -m "Hi there"

About

Communicate via text messages and calls using terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages