An open API service indexing awesome lists of open source software.

https://github.com/amrdruid/twitter-hashtag-fetcher

Application that fetches/responds to tweets
https://github.com/amrdruid/twitter-hashtag-fetcher

Last synced: 3 months ago
JSON representation

Application that fetches/responds to tweets

Awesome Lists containing this project

README

        

# 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