Skip to content

deepfryed/em-twitter-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter client using em-http and em-synchrony

Yet another Twitter client using em-http and em-synchrony

Example

require 'em-twitter'
EM.synchrony do
  config = {consumer_key: 'key', consumer_secret: 'secret1', access_token: 'token', access_token_secret: 'secret2'}
  client = EM::Twitter.new(config)

  client.stream(follow: '12345,12346') do |tweet|
    puts JSON.generate(tweet)
  end
end

TODO

Implement the full API :)

License

BSD

About

A very incomplete em-synchrony based twitter client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages