May 2013
Beginner to intermediate
384 pages
7h 40m
English
Twitter is the hottest micro-blogging platform, as well as the latest buzz of the online social media now. We can use Twitter API to read tweets on our timeline from the command line! Let us see how to do it.
Recently, Twitter has stopped allowing people to log in by using plain HTTP Authentication, and we must use OAuth to authenticate ourselves. A full explanation of OAuth is out of the scope of this book, so we will use a library which makes it easy to use OAuth from bash scripts. Perform the following steps:
bash-oauth library from https://github.com/livibetter/bash-oauth/archive/master.zip, and unzip it to any directorybash-oauth-master ...Read now
Unlock full access