Skip to content

emptyflash/insatiable-birdy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insatiable Birdy

A gif of a drinking bird

A twitter streaming client using akka-http

Example

import io.github.insatiablebirdy._

implicit val system = ActorSystem("insatiable-birdy")
implicit val materializer = ActorMaterializer()
import system.dispatcher
val consumerKey = "<your consumer key>"
val consumerSecret = "<your consumer secret>"
val accessToken = "<your access token>"
val tokenSecret = "<your token secret>"
val credentials = OAuth1Credentials(
  consumerKey,
  consumerSecret,
  accessToken,
  tokenSecret)
val request = FilterEndpoint(credentials, Track(List("#np")))
InsatiableBirdy.twitterEndpointFlow(request).runForeach(println)

About

A twitter streaming client using akka-http

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages