twitter - weewx extension that sends data to Twitter
Copyright 2014 Matthew Wall

Installation instructions:

1) expand the tarball:

cd /var/tmp
tar xvfz ~/Downloads/weewx-twitter.tgz

2) copy files to the weewx user directory:

cp /var/tmp/weewx-twitter/bin/user/twitter.py /home/weewx/bin/user

3) modify weewx.conf:

[StdRESTful]
    [[Twitter]]
        station = STATION_IDENTIFIER
        app_key = APP_KEY
        app_key_secret = APP_KEY_SECRET
        oauth_token = OAUTH_TOKEN
        oauth_token_secret = OAUTH_TOKEN_SECRET

[Engines]
    [[WxEngine]]
        restful_services = ... , user.twitter.Twitter

4) restart weewx

sudo /etc/init.d/weewx stop
sudo /etc/init.d/weewx start
