项目作者: denezt

项目描述 :
Twitter Bot Program
高级语言: Shell
项目地址: git://github.com/denezt/tweety_bot.git
创建时间: 2016-08-31T08:56:27Z
项目社区:https://github.com/denezt/tweety_bot

开源协议:

下载


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
  1. Tweety Bot Installation Script
  2. Install Packages [ -i, -install, --install ] [OPERATING_SYSTEM]
  3. Check Installation [ -c, -check, --check ]
  4. USAGE:
  5. ./install.sh [ COMMAND ] [[ ARGS ]]
  6. EXAMPLE:
  7. $./install.sh --install [ linux|mac ]
  8. $./install.sh --check

And here’s some code! :)

  1. require 'twitter'
  2. client = Twitter::REST::Client.new do |config|
  3. config.consumer_key = ""
  4. config.consumer_secret = ""
  5. config.access_token = ""
  6. config.access_token_secret = ""
  7. end

Project References: