{"id":14981271,"url":"https://github.com/yonet/tweetmigration","last_synced_at":"2025-09-03T00:34:15.977Z","repository":{"id":10807556,"uuid":"13080961","full_name":"Yonet/TweetMigration","owner":"Yonet","description":"A WebGL heatmap of global Twitter activity","archived":false,"fork":false,"pushed_at":"2016-04-29T22:00:36.000Z","size":20042,"stargazers_count":43,"open_issues_count":11,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-02T00:01:24.521Z","etag":null,"topics":["javascript","node-twitter","real-time","realtime","socket","socket-io","three-js","threejs","tweets","visualization","webgl-heatmap"],"latest_commit_sha":null,"homepage":"http://tweetmigration.herokuapp.com/#style=clouds","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"andela-anandaa/apprenticeship-intro","license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yonet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-25T01:22:03.000Z","updated_at":"2022-11-15T01:55:26.000Z","dependencies_parsed_at":"2022-09-24T06:22:21.794Z","dependency_job_id":null,"html_url":"https://github.com/Yonet/TweetMigration","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/Yonet%2FTweetMigration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yonet%2FTweetMigration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yonet%2FTweetMigration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yonet%2FTweetMigration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yonet","download_url":"https://codeload.github.com/Yonet/TweetMigration/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219858317,"owners_count":16556047,"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":["javascript","node-twitter","real-time","realtime","socket","socket-io","three-js","threejs","tweets","visualization","webgl-heatmap"],"created_at":"2024-09-24T14:03:14.387Z","updated_at":"2024-10-11T22:20:48.523Z","avatar_url":"https://github.com/Yonet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tweet Migration\n\u003e A WebGL visualization of global Twitter activity\n\n\n## Running\n\n1. Create a `config.json` file as described below, then run the following commands:\n\n2. Install dependencies\n\n\t```\n\tnpm install\n\t```\n\n3. Start the server\n\n\t```\n\tnode server.js\n\t```\n\n\n## Configuration\n\nA `config.json` must be provided in the root of the project.\n\n### Required configuration parameters\n\n#### `consumer_key` (String)\n\nYour Twitter consumer key.\n\n#### `consumer_secret` (String)\n\nYour Twitter consumer secret.\n\n#### `access_token_secret` (String)\n\nYour Twitter access token secret.\n\n### Optional configuration parameters\n\n#### `debug` (Boolean) = false\n\nShow debug information. Logs every tweet to the console.\n\n#### `port` (Number) = 3000\n\nThe port to run the server on. Overridden by the `PORT` environment variable.\n\n### Sample `config.json`\n\n```json\n{\n\t\"consumer_key\": \"fsq4YbjfXuQWJRs01XatGR\",\n\t\"consumer_secret\": \"lzXoLOGzxGYeItJ327BGSLcNmZcmPft62x0tHuZYmad\",\n\t\"access_token_key\": \"35870660-0250Io0UYm5NHG6QgM7bq7h9aChvA30FIBYV0j1q,\",\n\t\"access_token_secret\": \"RFabG3sgMgg9DlwoWRZrQRIizQZultYvo2Ek9C0Xp\",\n\t\"debug\": false,\n\t\"port\": 8080\n}\n```\n\n\n## Credits\n\n* Concept, globe, and initial code by [Aysegul Yonet]\n* Heatmap and streaming server by [Larry Davis]\n* [Earth textures] by James Hastings-Trew\n\n[Larry Davis]: http://github.com/lazd\n[Aysegul Yonet]: hhttp://github.com/yonet\n[Earth textures]: http://planetpixelemporium.com/earth.html\n\n\n## Technology\n\n* [three.js]: 3D library\n* [Socket.IO]: Client and server for WebSockets\n* [webgl-heatmap]: Heatmap drawn with WebGL shaders\n* [Node.js]: Server\n* [node-twitter]: Twitter library for Node.js\n* [HTML \u0026 CSS]: Menuing\n\n[three.js]: https://github.com/mrdoob/three.js/\n[Socket.IO]: http://socket.io/\n[webgl-heatmap]: https://github.com/pyalot/webgl-heatmap\n[Node.js]: http://nodejs.org/\n[node-twitter]: https://github.com/desmondmorris/node-twitter\n[HTML \u0026 CSS]: https://developer.mozilla.org/en-US/\n\n\n# License\n\n[BSD license], Copyright \u0026copy; 2013 Aysegul Yonet\n\n[BSD license]: https://github.com/lazd/TweetMigration/blob/master/LICENSE","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyonet%2Ftweetmigration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyonet%2Ftweetmigration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyonet%2Ftweetmigration/lists"}