/twitter-hashtag-fetcher

Application that fetches/responds to tweets

Primary LanguageRuby

twitter-hashtag-fetcher

![alt text] (https://pbs.twimg.com/profile_images/666407537084796928/YBGgi9BO.png)

Introduction :

This app can be used to fetch the latest tweets and respond to them, he also saves the users with their tweet id and text for better insights if needed

How to use :

  • open rails console
  • call this function Bot.search_words
  • Example : Bot.search_words(5, "winteriscoming")

Contribute :

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request