Project

anzu

0.0
No release in over a year
Twitter API wrapper for Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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.