This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import sys | |
from googlevoice import Voice | |
from googlevoice.util import input | |
sys.dont_write_bytecode = True | |
username=str(sys.argv[1]).strip() | |
password=str(sys.argv[2]).strip() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import sys | |
import cv2 | |
import subprocess | |
from subprocess import call | |
import aalib | |
import Image |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Modify this line of sendtxtmsg0.sh to ensure it finds the perl script properly. | |
printf "%s\n" "`./sendEmail-v1.55/sendEmail -f ${2} -t ${line}${providers} -m ${6} -o tls=auto -s ${5} -xu ${3} -xp ${4}`" | |
Download sendEmail from here | |
http://caspian.dotconf.net/menu/Software/SendEmail/sendEmail-v1.55.tar.gz | |
You can also manually retrieve it from here. |