Displaying Tweets
The script bin/poll
retrieves recent tweets containing a hashtag and
displays them.
Step 1: Prerequisites
-
Create a Twitter developer account
-
Install Twurl
Twurl is a command-line tool (like curl) that is tailored for the Twitter API. From your Twitter developer account, you can get a consumer key and its secret key to make API requests with Twurl.
Setup Twurl following the Getting Started directions.