This is app which will help developer like us to tweet from ubuntu terminal
Respository containtweet
file which you need to add /usr/local/bin
file so that you can access tweet
command from any place.
-
run commond
tweet -l
to get started this will open this in you default browser. After login you will get oauth id -
run command
sudo tweet -a oauthid
.oauthid
is you recieved after login. this will one time process . it require user authentication as i am creating file in restricted folder. Do not worry i wont adding any bad code :) -
run commond
tweet -t "text"
.text
should be in double qoutes. You can have text without qoutes but shell script wont consider special characters. You can find special character in shell script on internet -
you can get help using
tweet --help
- create installer in ubuntu