{"id":16485832,"url":"https://github.com/fabsrc/twitter-to-image","last_synced_at":"2025-09-18T16:53:10.000Z","repository":{"id":85180320,"uuid":"66846645","full_name":"fabsrc/twitter-to-image","owner":"fabsrc","description":":bird: :camera: Creates images from tweets.","archived":false,"fork":false,"pushed_at":"2016-08-30T11:25:11.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-20T14:11:17.693Z","etag":null,"topics":["image","twitter"],"latest_commit_sha":null,"homepage":"","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/fabsrc.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-08-29T13:36:08.000Z","updated_at":"2021-09-21T11:33:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"4bbee094-467d-4a58-a210-0927e466b3d5","html_url":"https://github.com/fabsrc/twitter-to-image","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"f6e5178ef85795de691e654e79f73701244487e5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabsrc%2Ftwitter-to-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabsrc%2Ftwitter-to-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabsrc%2Ftwitter-to-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabsrc%2Ftwitter-to-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabsrc","download_url":"https://codeload.github.com/fabsrc/twitter-to-image/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241262329,"owners_count":19936046,"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":["image","twitter"],"created_at":"2024-10-11T13:27:26.669Z","updated_at":"2025-09-18T16:53:04.959Z","avatar_url":"https://github.com/fabsrc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twitter to Image\n\n[![Build Status](https://img.shields.io/travis/fabsrc/twitter-to-image.svg?style=flat-square)](https://travis-ci.org/fabsrc/twitter-to-image)\n[![Dependencies](https://img.shields.io/david/fabsrc/twitter-to-image.svg?style=flat-square)](https://david-dm.org/fabsrc/twitter-to-image)\n[![Development Dependencies](https://img.shields.io/david/dev/fabsrc/twitter-to-image.svg?style=flat-square)](https://david-dm.org/fabsrc/twitter-to-image?type=dev)\n[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/)\n\n\nCreates images from tweets.\n\n\n## Install\n\n```bash\nnpm install\n```\n\n\n## Start\n\n```bash\nnpm start\n```\n\nUse the `PORT` environment variable to set a custom port. Default port is `3000`.\n\n\n## Usage\n\nThe application is able to return multiple formats which can be specified in the url. The default is `png`.\n\n```\nhttp://localhost:3000/statuses/:tweet_id.:format?\nhttp://localhost:3000/:screenname/status/:tweet_id.:format?\n```\n\n\n### Examples\n\n#### PNG\n\n```\nhttp://localhost:3000/statuses/210462857140252672\nhttp://localhost:3000/twitterapi/status/210462857140252672\nhttp://localhost:3000/statuses/210462857140252672.png\nhttp://localhost:3000/twitterapi/status/210462857140252672.png\n```\n\n\n#### JPEG\n\n```\nhttp://localhost:3000/statuses/210462857140252672.jpeg\nhttp://localhost:3000//twitterapi/status/210462857140252672.jpg\nhttp://localhost:3000/statuses/210462857140252672.jpeg\nhttp://localhost:3000//twitterapi/status/210462857140252672.jpg\n```\n\n\n#### HTML\n\n```\nhttp://localhost:3000/statuses/210462857140252672.html\nhttp://localhost:3000/twitterapi/status/210462857140252672.html\n```\n\n\n#### SVG\n\n*Makes use of the [`foreignObject`](https://developer.mozilla.org/de/docs/Web/SVG/Element/foreignObject) element which is currently not supported by Internet Explorer.*\n\n```\nhttp://localhost:3000/statuses/210462857140252672.svg\nhttp://localhost:3000/twitterapi/status/210462857140252672.svg\n```\n\n\n## Test\n\n```bash\nnpm test\n```\n\n\n## Development\n\n\n```bash\nnpm run dev\n```\n\n\n## License\n\nLicensed under the [MIT License](http://opensource.org/licenses/mit-license.php).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabsrc%2Ftwitter-to-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabsrc%2Ftwitter-to-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabsrc%2Ftwitter-to-image/lists"}