Just a first trial.
##Instructions##
-
Go to https://dev.twitter.com to make an app. Be sure to generate your oauth token after you change your app's permissions to read & write
-
fill in details in config.py.bp and rename to config.py
-
initialize the database
$ ./dbstart.py
-
Then run signature_tweeter.py to see it in action
$ ./signature_tweeter.py
-
Check out the resulting database by:
$ sqlite3 signatures.db
Pretty nifty!
##Checkout:##