{"id":20851658,"url":"https://github.com/emsk/redmine_activity","last_synced_at":"2026-05-23T20:31:43.597Z","repository":{"id":145889525,"uuid":"61727019","full_name":"emsk/redmine_activity","owner":"emsk","description":"Summarize one day's activities on Redmine.","archived":false,"fork":false,"pushed_at":"2021-02-12T03:53:12.000Z","size":61,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T08:48:46.336Z","etag":null,"topics":["cli","redmine","ruby"],"latest_commit_sha":null,"homepage":"","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/emsk.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-22T14:46:57.000Z","updated_at":"2023-02-15T23:31:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"203e7b67-c042-46bc-9269-a2fb19b78941","html_url":"https://github.com/emsk/redmine_activity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emsk/redmine_activity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emsk%2Fredmine_activity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emsk%2Fredmine_activity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emsk%2Fredmine_activity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emsk%2Fredmine_activity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emsk","download_url":"https://codeload.github.com/emsk/redmine_activity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emsk%2Fredmine_activity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33412082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T18:09:33.147Z","status":"ssl_error","status_checked_at":"2026-05-23T18:09:31.380Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["cli","redmine","ruby"],"created_at":"2024-11-18T03:14:29.668Z","updated_at":"2026-05-23T20:31:43.592Z","avatar_url":"https://github.com/emsk.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RedmineActivity\n\n[![Build Status](https://travis-ci.org/emsk/redmine_activity.svg?branch=main)](https://travis-ci.org/emsk/redmine_activity)\n[![Coverage Status](https://coveralls.io/repos/github/emsk/redmine_activity/badge.svg?branch=main)](https://coveralls.io/github/emsk/redmine_activity)\n[![Code Climate](https://codeclimate.com/github/emsk/redmine_activity/badges/gpa.svg)](https://codeclimate.com/github/emsk/redmine_activity)\n[![Inline docs](http://inch-ci.org/github/emsk/redmine_activity.svg?branch=main)](http://inch-ci.org/github/emsk/redmine_activity)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.txt)\n\nSummarize one day's activities on Redmine.\n\n## Prerequisite\n\nYou have to install Ruby 2.0.0 or higher.\n\n## Installation\n\n```sh\n$ git clone https://github.com/emsk/redmine_activity.git\n$ cd redmine_activity\n$ gem build redmine_activity.gemspec\n$ gem install redmine_activity-0.1.0.gem\n```\n\n## Usage\n\nPrint today's activities:\n\n```sh\n$ redmine_activity --url=http://example.com/redmine --login-id=admin --password=pass\nExample Project - 機能 #1 (新規): チケット１ (田中 太郎) (2016-01-23 12:34:56)\nExample Project - 機能 #2 (新規): チケット２ (山田 花子) (2016-01-23 13:45:12)\n```\n\nPrint yesterday's activities:\n\n```sh\n$ redmine_activity yesterday --url=http://example.com/redmine --login-id=admin --password=pass\n```\n\nPrint one day's activities:\n\n```sh\n$ redmine_activity --date=2016-01-01 --url=http://example.com/redmine --login-id=admin --password=pass\n```\n\n## Command Options\n\n| Option | Description | Type |\n| :----- | :---------- | :--- |\n| `--url` | Redmine URL | String |\n| `--login-id` | Login ID | String |\n| `--password` | Login password | String |\n| `--user-id` | Target user ID | Integer |\n| `--project` | Target project identifier | String |\n| `--date` | Target date | String |\n\n## ENV\n\n| ENV Variable | Description |\n| :----------- | :---------- |\n| `REDMINE_ACTIVITY_URL` | Redmine URL |\n| `REDMINE_ACTIVITY_LOGIN_ID` | Redmine login ID |\n| `REDMINE_ACTIVITY_PASSWORD` | Redmine password |\n\nYou can execute the command without passing options.\n\n## Documentation\n\nhttp://www.rubydoc.info/github/emsk/redmine_activity\n\n## Supported Ruby Versions\n\n* Ruby 2.0.0\n* Ruby 2.1\n* Ruby 2.2\n* Ruby 2.3\n* Ruby 2.4\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/emsk/redmine_activity.\n\n## Related\n\n* [mruby-redmine_activity](https://github.com/emsk/mruby-redmine_activity) - An mruby implementation of the redmine_activity\n\n## License\n\n[MIT](LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femsk%2Fredmine_activity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femsk%2Fredmine_activity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femsk%2Fredmine_activity/lists"}