{"id":18371024,"url":"https://github.com/emptyflash/insatiable-birdy","last_synced_at":"2025-04-10T21:28:03.656Z","repository":{"id":149693682,"uuid":"73987398","full_name":"emptyflash/insatiable-birdy","owner":"emptyflash","description":"A twitter streaming client using akka-http","archived":false,"fork":false,"pushed_at":"2016-12-07T03:03:34.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-15T21:20:51.911Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emptyflash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-17T03:39:45.000Z","updated_at":"2016-11-17T03:55:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"386e2194-3d08-428e-ae94-d3dc109f7e74","html_url":"https://github.com/emptyflash/insatiable-birdy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emptyflash%2Finsatiable-birdy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emptyflash%2Finsatiable-birdy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emptyflash%2Finsatiable-birdy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emptyflash%2Finsatiable-birdy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emptyflash","download_url":"https://codeload.github.com/emptyflash/insatiable-birdy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248300560,"owners_count":21080752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T23:42:45.135Z","updated_at":"2025-04-10T21:28:03.636Z","avatar_url":"https://github.com/emptyflash.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Insatiable Birdy\n\n![A gif of a drinking bird](http://i.giphy.com/l41lUJ1YoZB1lHVPG.gif)\n\nA twitter streaming client using akka-http\n\n## Example\n\n``` scala\nimport io.github.insatiablebirdy._\n\nimplicit val system = ActorSystem(\"insatiable-birdy\")\nimplicit val materializer = ActorMaterializer()\nimport system.dispatcher\nval consumerKey = \"\u003cyour consumer key\u003e\"\nval consumerSecret = \"\u003cyour consumer secret\u003e\"\nval accessToken = \"\u003cyour access token\u003e\"\nval tokenSecret = \"\u003cyour token secret\u003e\"\nval credentials = OAuth1Credentials(\n  consumerKey,\n  consumerSecret,\n  accessToken,\n  tokenSecret)\nval request = FilterEndpoint(credentials, Track(List(\"#np\")))\nInsatiableBirdy.twitterEndpointFlow(request).runForeach(println)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femptyflash%2Finsatiable-birdy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femptyflash%2Finsatiable-birdy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femptyflash%2Finsatiable-birdy/lists"}