- sync sina-weibo with twitter
- multi-user supported
- parse pic link in twitter and upload the pic to sina-weibo (instagram, picplz, flickr and foursquare supported)
- update with geo coordinates as well
- register as sina weibo developer and get your app key
- Python 2.6 or above installed
- required python libs: PyYAML, pycurl
- extract all files
- copy config.yaml.example as config.yaml
- edit config.yaml setup app key/secret, proxy, etc.
- To add sync accounts, run command: python users.py add
- Start sync daemon, run command: python twsync.py -d
- your weibo is now synced with twitter
- run python users.py to manage users in the future.