Go to the source code of this file.
Namespaces | |
| namespace | tweet |
Functions | |
| def | tweet.twit |
| def | tweet.twit_lst |
Variables | |
| list | tweet.AKEY = key['AKEY'] |
| list | tweet.ASECRET = key['ASECRET'] |
| list | tweet.CKEY = key['CKEY'] |
| list | tweet.CSECRET = key['CSECRET'] |
| tuple | tweet.key = yaml.load(open('/var/lib/robot/twitter_acount_pr2jsk.yaml')) |
| tuple | tweet.twitter = twoauth.api(CKEY, CSECRET, AKEY, ASECRET) |