I want to write a Ruby program that will fetch all the unique http links in the last 100 most recent tweets using the supplied hashtag.
Where should I start from?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If working with gem is okay with you, then, you should have a look at Twitter ruby gem.
It will give you 100 results (excluding retweets, thus maintaining some uniquness).
To display the results: