{"id":29575328,"url":"https://github.com/ston1x/pointmd_comments","last_synced_at":"2026-05-25T08:01:09.079Z","repository":{"id":54688940,"uuid":"309132422","full_name":"ston1x/pointmd_comments","owner":"ston1x","description":"🇲🇩 Aggregate comments from point.md","archived":false,"fork":false,"pushed_at":"2021-04-30T10:06:57.000Z","size":64,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-17T15:14:12.500Z","etag":null,"topics":["gem","md","moldova","ruby"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/pointmd_comments","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/ston1x.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-01T16:00:01.000Z","updated_at":"2021-04-30T10:06:54.000Z","dependencies_parsed_at":"2022-08-14T00:01:13.896Z","dependency_job_id":null,"html_url":"https://github.com/ston1x/pointmd_comments","commit_stats":null,"previous_names":["ston1x/pointmd-comments"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/ston1x/pointmd_comments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ston1x%2Fpointmd_comments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ston1x%2Fpointmd_comments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ston1x%2Fpointmd_comments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ston1x%2Fpointmd_comments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ston1x","download_url":"https://codeload.github.com/ston1x/pointmd_comments/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ston1x%2Fpointmd_comments/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33461092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T02:24:28.008Z","status":"ssl_error","status_checked_at":"2026-05-25T02:23:23.339Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["gem","md","moldova","ruby"],"created_at":"2025-07-19T10:12:46.876Z","updated_at":"2026-05-25T08:01:09.073Z","avatar_url":"https://github.com/ston1x.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PointmdComments\npointmd_comments is a Ruby gem designed for parsing and aggregating comments from point.md website into a CSV file.\n\n## Installation\n\n### Prerequisites\n1. Install Ruby\n\n- It is better to use [rbenv](https://github.com/rbenv/rbenv#installation) or [rvm](https://rvm.io/rvm/install) for easier versioning.\n- It is recommended to use Ruby 2.7.1 or above.\n\n2. Install chromedriver\n\n  **macOS**:\n\n  ```sh\n  brew cask install chromedriver\n  ```\n\n  **Ubuntu**:\n  ```sh\n  sudo apt-get update \u0026\u0026 apt-get install chromium-chromedriver\n  ```\n\n3. Install the gem\n  ```sh\n  gem install pointmd_comments\n  ```\n\n## Usage\n\n### Run from shell\n\n  To aggregate comments and save them into a CSV within current directory:\n  ```sh\n  pointmd_comments\n  ```\n  Or, if you want to save the output CSV to a specific path:\n  ```sh\n  pointmd_comments -o ~/my_output.csv\n  ```\n\n  If you want pointmd_comments to be more verbose, use the `-v` flag:\n  ```sh\n  pointmd_comments -v\n  ```\n\n  For general help:\n  ```sh\n  pointmd_comments --help\n  ```\n\n### Run from Ruby code\n```ruby\nrequire 'pointmd_comments'\n\nPointmdComments.collect\n\n# Or, if you want to specify an output path:\nPointmdComments.collect(output: '~/my_output.csv')\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/ston1x/pointmd_comments. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/pointmd_comments/blob/master/CODE_OF_CONDUCT.md).\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the PointmdComments project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/pointmd_comments/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fston1x%2Fpointmd_comments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fston1x%2Fpointmd_comments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fston1x%2Fpointmd_comments/lists"}