GithubHelp home page GithubHelp logo

halcyon / weetext Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rxcomm/weetext

0.0 2.0 0.0 33 KB

Text messaging script for Weechat using Google Voice

License: GNU General Public License v3.0

Python 100.00%

weetext's Introduction

weeText

Text messaging script for Weechat using Google Voice

Usage:

  1. Edit the script or ~/.weechat/plugins.conf and input your credentials and desired poll interval.

plugins.conf:

 python.weetext.email = "[email protected]"
 python.weetext.passwd = "${sec.data.weetext}"
 python.weetext.poll_interval = "120"

or, if you don't want to use the /secure password storage in weechat:

 python.weetext.passwd = "mypasswd"

Load the script and weechat should connect to Google Voice. Then after "polling_interval" seconds, you should see your available text message conversations - one buffer per phone number contact.

In the weetext window, you can open text message windows to additional phone numbers by typing the command (from the weeText buffer):

 text 0123456789

This will open a texting window to phone number 0123456789.

You can also text multiple numbers at the same time. The syntax for this is (in the weeText buffer):

 multi <number1>,<number2>,...

Finally, weeText incorporates the possibility of symmetric encryption of text messages using OpenSSL. The code for this comes directly from the crypt.py script, and you are encouraged to take a look at that script for usage instructions. One small difference, the cryptkey.* files are stored in %h/cryptkey rather than in %h as is the case for the crypt.py script

pygooglevoice Dependency

In order for weetext to work, you need to install pygooglevoice. This can be problematic to find a version that works (Google changes thinks occasionally ;). I keep a working version at https://github.com/rxcomm/pygooglevoice This is the one I use.

Todos:

  1. right now there aren't really any... ;-)

Enjoy!

weetext's People

Contributors

tych0 avatar bartenbach avatar

Watchers

James Cloos 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.