{"id":18318744,"url":"https://github.com/xdevplatform/real-time-tweet-streamer","last_synced_at":"2025-09-04T13:46:49.706Z","repository":{"id":49194160,"uuid":"279422849","full_name":"xdevplatform/real-time-tweet-streamer","owner":"xdevplatform","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-25T03:31:10.000Z","size":684,"stargazers_count":88,"open_issues_count":5,"forks_count":36,"subscribers_count":18,"default_branch":"master","last_synced_at":"2025-04-05T21:36:55.152Z","etag":null,"topics":["twitter-api-v2"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xdevplatform.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-13T22:15:08.000Z","updated_at":"2025-03-10T18:29:25.000Z","dependencies_parsed_at":"2022-09-04T07:42:01.573Z","dependency_job_id":null,"html_url":"https://github.com/xdevplatform/real-time-tweet-streamer","commit_stats":null,"previous_names":["xdevplatform/real-time-tweet-streamer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xdevplatform/real-time-tweet-streamer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdevplatform%2Freal-time-tweet-streamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdevplatform%2Freal-time-tweet-streamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdevplatform%2Freal-time-tweet-streamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdevplatform%2Freal-time-tweet-streamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xdevplatform","download_url":"https://codeload.github.com/xdevplatform/real-time-tweet-streamer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xdevplatform%2Freal-time-tweet-streamer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273619432,"owners_count":25138237,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["twitter-api-v2"],"created_at":"2024-11-05T18:11:26.597Z","updated_at":"2025-09-04T13:46:49.644Z","avatar_url":"https://github.com/xdevplatform.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Real-Time Tweet Streamer\n\n\u003cp\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"https://github.com/twitterdev/remote-dev-jobs-streamer\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Documentation\" src=\"https://img.shields.io/badge/documentation-yes-brightgreen.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/tonyv00\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Twitter: tonyv00\" src=\"https://img.shields.io/twitter/follow/tonyv00.svg?style=social\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e An example app to stream Tweets in real-time using the filtered stream endpoints and Tweet annotations to listen for Tweets based on your own topics of interest. See the [tutorial](https://developer.twitter.com/en/docs/tutorials/building-an-app-to-stream-tweets) for some real life examples of how this can be used and a step by step on how to build this app on your own.\n\n### 🏠 [Guided tutorial](https://developer.twitter.com/en/docs/tutorials/building-an-app-to-stream-tweets)\n\n### ✨ [Glitch Demo](https://glitch.com/~twitter-real-time-tweet-streamer)\n\n## Prerequisites\n\n- Twitter Developer account: if you don’t have one already, you can [apply for one](https://developer.twitter.com/en/apply-for-access.html).\n- A Twitter developer app, which can be created in your Twitter developer account.\n- A bearer token from your app in the [Twitter developer portal](https://developer.twitter.com/en/docs/developer-portal/overview)\n- Set up a project to obtain access to v2 endpoints in the [Twitter developer portal](https://developer.twitter.com/en/docs/developer-portal/overview)l\n- Access to the [filtered stream](http://developer.twitter.com/en/docs/twitter-api/tweets/filter-stream) endpoint. You will also need to activate it in the [Twitter developer portal](https://developer.twitter.com/en/docs/developer-portal/overview) dashboard within your Twitter Developer account.\n- [Node.js](https://nodejs.org/)\n- [Npm](https://docs.npmjs.com/about-npm) (This is automatically installed with Node. Make sure you have npm 5.2 or higher.)\n- [Npx](https://www.npmjs.com/package/npx) (Included with npm 5.2 or higher)\n\n## Install\n\n```sh\nnpm install\n```\n\n## Environment setup\n\n- Your bearer token can be found from your app in the [Twitter developer portal](https://developer.twitter.com/en/docs/developer-portal/overview)\n\n```sh\nexport TWITTER_BEARER_TOKEN=\u003cREPLACE WITH YOUR BEARER TOKEN INCLUDING ANGLE BRACKETS\u003e\n```\n\n## Usage\n\n```sh\nnpm start\n```\n\n## Author\n\n👤 **Tony Vu**\n\n- Website: https://twitter.com/tonyv00\n- Twitter: [@tonyv00](https://twitter.com/tonyv00)\n- Github: [@tonyv](https://github.com/tonyv)\n\n# How to Contribute\n\nWe'd love to get patches from you!\n\n## 📝 License\n\nBy contributing your code, you agree to license your contribution under the\nterms of the APLv2: https://github.com/twitter/repo-scaffolding/blob/master/LICENSE\n\n## Code of Conduct\n\nRead our [Code of Conduct](CODE_OF_CONDUCT.md) for the project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdevplatform%2Freal-time-tweet-streamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxdevplatform%2Freal-time-tweet-streamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxdevplatform%2Freal-time-tweet-streamer/lists"}