{"id":15669681,"url":"https://github.com/mallozup/arsenio","last_synced_at":"2026-01-21T16:02:44.610Z","repository":{"id":141721091,"uuid":"157070579","full_name":"MalloZup/arsenio","owner":"MalloZup","description":"ping authors on issues/PR which got forgotten with arsenio bot","archived":false,"fork":false,"pushed_at":"2018-12-02T21:31:35.000Z","size":24,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-17T09:13:56.819Z","etag":null,"topics":["bot","cobra","forg","github","github-api","github-app","github-bot","golang","google","graphql","issue-tracker","opensuse","performance","stale","suse"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MalloZup.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-11T10:55:20.000Z","updated_at":"2018-12-05T09:03:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"65352390-da2d-4066-87af-205f42688ab8","html_url":"https://github.com/MalloZup/arsenio","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":0.04761904761904767,"last_synced_commit":"05643d0595bf06d4da8ea0ab84c6066f8823f529"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MalloZup/arsenio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MalloZup%2Farsenio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MalloZup%2Farsenio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MalloZup%2Farsenio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MalloZup%2Farsenio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MalloZup","download_url":"https://codeload.github.com/MalloZup/arsenio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MalloZup%2Farsenio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28635926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["bot","cobra","forg","github","github-api","github-app","github-bot","golang","google","graphql","issue-tracker","opensuse","performance","stale","suse"],"created_at":"2024-10-03T14:40:42.919Z","updated_at":"2026-01-21T16:02:44.580Z","avatar_url":"https://github.com/MalloZup.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# arsenio\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/MalloZup/arsenio)](https://goreportcard.com/report/github.com/MalloZup/arsenio)  [![GoDoc](https://godoc.org/github.com/MalloZup/arsenio?status.svg)](https://godoc.org/github.com/MalloZup/arsenio)\n___\nArsenio: always in search of the Beauty and minimalistic design. Golang bot for GitHub  opensource projects.\n___\n\n# Description:\n\nHistory: when you work on middle-big project people create issues and PRs but then after a while people do something else or they simply forget about the issue or PR for some reason.\n\nArsenio will be a gentle golang bot, providing utilty to maintainers to opensource projects, for respecting roadmaps, milestones and timing.\n\n\n# Roadmap:\n\nArsenio is under active dev. see https://github.com/MalloZup/arsenio/milestones\n\n# Howto:\n\n## Installation\n\n```golang \ngo get -u github.com/MalloZup/arsenio\n```\n## Quickstart:\n\n### Authentication\n\nGitHub GraphQL API v4 [requires authentication](https://developer.github.com/v4/guides/forming-calls/#authenticating-with-graphql).\n\n0) create a token via GitHub.\n1) Put the token in `.arsenio.yml` configuration fil\n\n```yml\nGITHUB_TOKEN: mytokenGithub\n```\n\n### Run some commands\n2) test it with running commands ( this might change in future)\n\n```golang\n./arsenio ping\n```\n \n\n## Goals: \n\nFor the first version, the goal is to ping the authors of PRs/ISSUe with a message on the issue/PR they forgot since XX months. (default could be 2 months).\n\nFurther versions can include remind on issues that were due to a previous milestone. ( this can be usefull for Release Manager or Scrum-master, or any project working with GitHub milestone/scrums).\n\n\n## Version 0.1\n\nImplement:\n\n`arsenio ping -c repos.yml` \n\nDescription:\n- [ ] given a list of github Repos, find out issues/pr older then X Months, when true ping authors with a  template comment on the PR/ISSUEs\n\n\n# Development\n\n\n## Technical choices, architecture:\n\nArsenio use the GitHub GraphQL API v4 (https://developer.github.com/v4/),  https://github.com/shurcooL/githubv4.\nFor the command line https://github.com/spf13/cobra and viper.\n\n\nProject layout: https://github.com/golang-standards/project-layout\n\nThis project use go modules, you will need latest golang version.\n\n# Contribute:\n\nFor any suggestion idea, feel free to open an issue or fix an issue or spend a PR ( at moment  project is under dev).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmallozup%2Farsenio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmallozup%2Farsenio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmallozup%2Farsenio/lists"}