{"id":18320263,"url":"https://github.com/gedex/go-twitterstream","last_synced_at":"2025-10-06T03:16:12.991Z","repository":{"id":136685189,"uuid":"11581845","full_name":"gedex/go-twitterstream","owner":"gedex","description":"Go library for accessing Twitter's Stream API","archived":false,"fork":false,"pushed_at":"2013-07-25T16:58:15.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T15:46:46.161Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gedex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-22T13:22:02.000Z","updated_at":"2014-03-01T12:50:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"fcba6788-7023-43ad-a34f-45fcbabddbc2","html_url":"https://github.com/gedex/go-twitterstream","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/gedex%2Fgo-twitterstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fgo-twitterstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fgo-twitterstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fgo-twitterstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gedex","download_url":"https://codeload.github.com/gedex/go-twitterstream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248054375,"owners_count":21039990,"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-05T18:15:44.827Z","updated_at":"2025-10-06T03:16:07.958Z","avatar_url":"https://github.com/gedex.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"go-twitterstream\n================\n\nGo library to access Twitter's Streaming API.\n\n**Documentation**: http://godoc.org/github.com/gedex/go-twitterstream/twitterstream\n\n**Build Status**: [![Build Status](https://travis-ci.org/gedex/go-twitterstream.png?branch=master)](https://travis-ci.org/gedex/go-twitterstream)\n\n## Basic Usage\n\n~~~go\nconfig := \u0026twitterstream.Config{\n\tConsumerKey:      \"YOUR CONSUMER KEY\",\n\tConsumerSecret:   \"YOUR CONSUMER SECRET\",\n\tOAuthToken:       \"YOUR OAUTH TOKEN\",\n\tOAuthTokenSecret: \"YOUR OAUTH TOKEN SECRET\",\n}\nclient := twitterstream.NewClient(config)\nclient.HandleFunc(\"tweet\", func(s *twitterstream.Stream) {\n\tlog.Printf(\"user %v tweets: %v\\n\", s.Tweet.User.ScreenName, s.Tweet.Text)\n})\n\nerr := client.Public.Sample()\nif err != nil {\n\tlog.Fatal(err)\n}\n~~~\n\nPlease see [examples](./examples) for a complete example.\n\n## Credits\n\n* [twitterstream](twitterstream) for Go\n* [tweetstream](https://github.com/tweetstream/tweetstream) RubyGem\n* [Twitter Platform Documentation](https://dev.twitter.com/docs)\n\n## License\n\nThis library is distributed under the BSD-style license found in the LICENSE.md file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedex%2Fgo-twitterstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgedex%2Fgo-twitterstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedex%2Fgo-twitterstream/lists"}