.. link: http://dgplug.org/summertraining/2013/posts/iamsudip-tweetup-v1-20130726.html .. description: .. tags: .. date: 2013/07/26 20:09:34 .. title: iamsudip tweetup v1 20130726 .. slug: iamsudip-tweetup-v1-20130726 ======= tweetup ======= The name is tweetup but unfortunately I do not like/use twitter so it works on facebook. Installation procedure ---------------------- :: $ sudo pip install tweetup will do the job. How to upload a pic? -------------------- The command is:: $ tweetup -f -d The above will upload a picture with the given description. You can upload a picture without a description too. For this do:: $ tweetup -f Notes ----- When you give the command for the very first time in your computer it will open your default browser window. It will ask you to login. Authorize the application and then set up the settings for this application and all done. Usage ----- :: (virt3)sudip@sudip-mint $ tweetup -h usage: tweetup.py [-h] [-f FILE] [-d DESCRIPTION] Post a file on your facebook account optional arguments: -h, --help show this help message and exit -f FILE, --file FILE Path to file to upload -d DESCRIPTION, --description DESCRIPTION Give the description of the file (virt3)sudip@sudip-mint $ tweetup -f /home/sudip/fb.jpg -d "It was awesome"