Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Ishotihadus/anzu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anzu

人生の質を下げてまで、働く必要ないって。自分のために生きなきゃ

A Twitter API wrapper for Ruby.

Installation

Install the gem and add to the application's Gemfile by executing:

$ bundle add anzu

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install anzu

Usage

require 'anzu'

client = Anzu::Client.new do |config|
  config.consumer_key = 'consumer-key'
  config.consumer_secret = 'consumer-secret'
  config.access_token = 'access-token'
  config.access_token_secret = 'access-token-secret'
end

client.create_tweet_v2('tweet from anzu')

License

This gem is provided under the MIT License.

About

Twitter API wrapper for Ruby.

Resources

License

Stars

Watchers

Forks

Packages

No packages published