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
- Host: GitHub
- URL: https://github.com/amrdruid/twitter-hashtag-fetcher
- Owner: amrdruid
- Created: 2016-06-22T01:32:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-22T01:51:26.000Z (about 9 years ago)
- Last Synced: 2025-01-26T10:45:24.082Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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