Skip to content

Commit

Permalink
Added changes from @mpesce(thankyou\!), now supports twitter oauth ap…
Browse files Browse the repository at this point in the history
…i. supporting libraries updated, documentation changed to reflect so
  • Loading branch information
aktowns committed Jan 8, 2011
1 parent 9aebe38 commit 3a1ddc8
Show file tree
Hide file tree
Showing 11 changed files with 3,904 additions and 390 deletions.
5 changes: 5 additions & 0 deletions .gitignore
@@ -0,0 +1,5 @@
.DS_STORE
*.pyc
private_key
public_key
.twittercredentials
32 changes: 0 additions & 32 deletions README

This file was deleted.

13 changes: 7 additions & 6 deletions README.md
@@ -1,20 +1,21 @@
*THIS IS REALLY BUGGY/HACKED TOGETHER*

![Alt text](http://img696.imageshack.us/img696/7217/screenshot20100314at954.png "In action")
Updated with twitter OAUTH login support(and latest supporting libraries as of 8/1/11), thanks to [@mpesce](http://twitter.com/mpesce)

![Alt text](http://img696.imageshack.us/img696/7217/screenshot20100314at954.png "In action")

Basically you create a new keypair with
Basically you create a new keypair with:
``./rsachat -g``

enter your twitter login information with
``./rsachat -a User Pass``
Receive a twitter login token with(and follow the prompts):
``./rsachat -o``

give your friends the file Private_key (dont ask.. -.-)
Give your friends the file private_key
and start tweeting with
``./rsachat -t thiswasatriumph "Huge Success" ``

and reading tweets like
``./rsachat -r thiswasatriumph someUser their_key``
``./rsachat -r thiswasatriumph some_user their_key``

You can also now SEND FILES over twitter!
``./rsachat -f "#sometextFile" blah.txt``
Expand Down

0 comments on commit 3a1ddc8

Please sign in to comment.