{"id":16024658,"url":"https://github.com/stephenlb/pubnub-twitter","last_synced_at":"2026-04-07T14:30:19.150Z","repository":{"id":21054900,"uuid":"24353998","full_name":"stephenlb/pubnub-twitter","owner":"stephenlb","description":"NPM Module Twitter Firehose.  See live feed page:","archived":false,"fork":false,"pushed_at":"2014-09-23T02:59:33.000Z","size":188,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T20:39:08.537Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.pubnub.com/console/?channel=pubnub-twitter\u0026sub=sub-c-78806dd4-42a6-11e4-aed8-02ee2ddab7fe","language":"JavaScript","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/stephenlb.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}},"created_at":"2014-09-23T02:35:53.000Z","updated_at":"2015-07-15T04:22:02.000Z","dependencies_parsed_at":"2022-08-17T23:51:03.727Z","dependency_job_id":null,"html_url":"https://github.com/stephenlb/pubnub-twitter","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/stephenlb%2Fpubnub-twitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenlb%2Fpubnub-twitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenlb%2Fpubnub-twitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenlb%2Fpubnub-twitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephenlb","download_url":"https://codeload.github.com/stephenlb/pubnub-twitter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239970706,"owners_count":19727014,"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-10-08T19:22:47.894Z","updated_at":"2026-04-07T14:30:19.095Z","avatar_url":"https://github.com/stephenlb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PubNub Twitter Firehose Live Stream\n\nLive tweets in realtime, easy.\n\n##### NPM Install\n\n```bash\nnpm install pubnub-twitter\n```\n\nWohh this stream is super fast with lots of tweets; a lot of tweets.  You'll be able to see a lot of tweets from all over the world at super light speed.\n\u003e You can see a live feed preview on [PubNub Dev Console](http://www.pubnub.com/console/?channel=pubnub-twitter\u0026sub=sub-c-78806dd4-42a6-11e4-aed8-02ee2ddab7fe).\n\nNow to the copy/paste sections for your ease of use.\n\n##### Example Node JS\n```javascript\nvar stream = require('pubnub-twitter');\nstream(function(tweet){\n    console.log( \"Tweet: \", JSON.stringify(tweet) );\n});\n```\n\n## NPM pubnub-twitter\n\nYou can find the NPM package details on npm.org\n\n[PubNub Twitter Firehose Live Stream](https://www.npmjs.org/package/pubnub-twitter)\n\n## Web Browser Twitter Firehose\n\nYou can receive tweets in a streaming firehose directly in your web browser.\n\n```html\n\u003cscript src=\"https://cdn.pubnub.com/pubnub.min.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\nPUBNUB({\n    subscribe_key: 'sub-c-78806dd4-42a6-11e4-aed8-02ee2ddab7fe'\n}).subscribe({\n    channel : 'pubnub-twitter',\n    message : function(tweet) {\n\n        // -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-\n        // Receive Tweets in your Browser!\n        // -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-\n        console.log(tweet);\n\n    }\n});\n\u003c/script\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenlb%2Fpubnub-twitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephenlb%2Fpubnub-twitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenlb%2Fpubnub-twitter/lists"}