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 :
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request