https://github.com/denezt/tweety_bot
Twitter Bot Program
https://github.com/denezt/tweety_bot
tweeter tweeter-stream-api tweets tweety-bot
Last synced: 20 days ago
JSON representation
Twitter Bot Program
- Host: GitHub
- URL: https://github.com/denezt/tweety_bot
- Owner: denezt
- Created: 2016-08-31T08:56:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T16:12:30.000Z (over 7 years ago)
- Last Synced: 2025-01-08T17:58:06.971Z (over 1 year ago)
- Topics: tweeter, tweeter-stream-api, tweets, tweety-bot
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tweety Bot
- Created By Richard L. Jackson
Basic useful feature list:
* Search Twitter for words and current events.
* ~~Insert automatic feeds.~~ (Disabled)
Purpose:
* Install scripts
* Check installation
* Repair installation
```
Tweety Bot Installation Script
Install Packages [ -i, -install, --install ] [OPERATING_SYSTEM]
Check Installation [ -c, -check, --check ]
USAGE:
./install.sh [ COMMAND ] [[ ARGS ]]
EXAMPLE:
$./install.sh --install [ linux|mac ]
$./install.sh --check
```
And here's some code! :)
```ruby
require 'twitter'
client = Twitter::REST::Client.new do |config|
config.consumer_key = ""
config.consumer_secret = ""
config.access_token = ""
config.access_token_secret = ""
end
```
### Project References:
* [ruby-lang](https://www.ruby-lang.org/en/) Ruby Programming Language
* [Research](https://garagebarge.com/dbresults.php?q=ruby) Language References