# Tweets to RSS


# apt-get install curl apache2 php5 php5-curl
# url="https://github.com/chrissimpkins/tweetledee/archive/master.zip"
# curl --silent --output tweetledee-master.zip --location $url
# unzip tweetledee-master.zip
# mv tweetledee-master/tweetledee /var/www/.
# # Subscribe an application at https://dev.twitter.com/apps/new
# grep ^.my /var/www/tweetledee/tldlib/keys/tweetledee_keys.php
$my_consumer_key        = '39BeFubG4VQf9XroLGp7Ge';
$my_consumer_secret     = 'svgWXQMWylp8gIIuAc2fPoocIbQcPrBV2LMEj9UYBAU';
$my_access_token        = 'TJJUz9vEsh5rJYsF+2Lcke9yMLVNwrZ8lU11cG5T9ofjWR0R75';
$my_access_token_secret = 'rTEGm4QlcKDhbMnWU5Bsqkrb7teCtQwCE2RPM6JTMh';
$my_domain              = 'ENTER YOUR DOMAIN NAME';
# curl --silent http://127.0.0.1/tweetledee/homerss.php
# curl --silent http://127.0.0.1/tweetledee/userrss.php?user=at1as

No comments: