{"id":26879795,"url":"https://github.com/seekingalpha/table2png","last_synced_at":"2026-07-01T03:32:08.975Z","repository":{"id":17203987,"uuid":"19972361","full_name":"seekingalpha/table2png","owner":"seekingalpha","description":"Generates PNGs based on HTML tables","archived":false,"fork":false,"pushed_at":"2014-07-15T19:02:32.000Z","size":24493,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-11-02T09:14:51.002Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seekingalpha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-20T07:54:54.000Z","updated_at":"2014-07-15T14:19:47.000Z","dependencies_parsed_at":"2022-09-24T14:03:13.113Z","dependency_job_id":null,"html_url":"https://github.com/seekingalpha/table2png","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/seekingalpha/table2png","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekingalpha%2Ftable2png","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekingalpha%2Ftable2png/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekingalpha%2Ftable2png/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekingalpha%2Ftable2png/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seekingalpha","download_url":"https://codeload.github.com/seekingalpha/table2png/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seekingalpha%2Ftable2png/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34992071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"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":[],"created_at":"2025-03-31T13:32:48.992Z","updated_at":"2026-07-01T03:32:08.930Z","avatar_url":"https://github.com/seekingalpha.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Code Climate](https://codeclimate.com/github/seekingalpha/table2png.png)](https://codeclimate.com/github/seekingalpha/table2png)\n\n[![Build Status](https://travis-ci.org/seekingalpha/table2png.svg)](https://travis-ci.org/seekingalpha/table2png)\n\n# Table2PNG\n\nA simple PNG generator based on an HTML table.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'table2png'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install table2png\n\n## Usage\n\n```ruby                                              \n# e.g. Table2PNG table_html\nTable2PNG::Converter.new(\"\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eHEY\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\").process # default style public/table.css\nor you can pass any style you want by\nTable2PNG::Converter.new(\"\u003ctable\u003e\u003ctr\u003e\u003ctd\u003eHEY\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\").process ['public/style.css']\n```\n   \n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseekingalpha%2Ftable2png","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseekingalpha%2Ftable2png","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseekingalpha%2Ftable2png/lists"}