Skip to main content

Posts

Showing posts from January, 2016

Tweet From Your Terminal

Hey there!! Today I will be presenting a tool that allows you to access your Twitter account from your terminal, yep, type some commands and we can do almost everything that is possible in the browser with Twitter, sending DMs and tweets, checking profiles, followers, follow and unfollow people, etc The tool I will be using is called "t". No it's not an abbreviation! :D The tool is available on github, and it's created by sferik. Step 1: Installing Twitter CLI: In my case I will be installing it on a Debian Based Distro "Kali Linux" So I'll be entering those commands: $ sudo apt-get install ruby-dev $ sudo gem install t Step 2: Authorizing: After installing the tool on my system, I will be entering this command so I can register an application with twitter $ t authorize Step 3: Creating an Application on Twitter: After pressing enter, the Twitter Developer sign in page will appear, I will sign in with my twitter acc