{"id":21675006,"url":"https://github.com/alokmenghrajani/amigo","last_synced_at":"2026-04-19T04:36:29.268Z","repository":{"id":57605969,"uuid":"62703259","full_name":"alokmenghrajani/amigo","owner":"alokmenghrajani","description":"A simple bot to help with puzzle/CTF organization. Uses Slack's API.","archived":false,"fork":false,"pushed_at":"2016-07-19T01:31:07.000Z","size":34,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-24T16:56:27.300Z","etag":null,"topics":["bot","ctf","puzzle","slack"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alokmenghrajani.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}},"created_at":"2016-07-06T08:09:41.000Z","updated_at":"2022-01-27T10:09:34.000Z","dependencies_parsed_at":"2022-09-26T20:01:59.811Z","dependency_job_id":null,"html_url":"https://github.com/alokmenghrajani/amigo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alokmenghrajani/amigo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alokmenghrajani%2Famigo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alokmenghrajani%2Famigo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alokmenghrajani%2Famigo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alokmenghrajani%2Famigo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alokmenghrajani","download_url":"https://codeload.github.com/alokmenghrajani/amigo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alokmenghrajani%2Famigo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269672458,"owners_count":24457114,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":["bot","ctf","puzzle","slack"],"created_at":"2024-11-25T13:50:39.261Z","updated_at":"2026-04-19T04:36:24.245Z","avatar_url":"https://github.com/alokmenghrajani.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# amigo\n\n`amigo` is a Slack bot I wrote to coordinate a capture the flag (CTF) event.\n\nI initially forked https://github.com/rapidloop/mybot.\n\n# setup\n\n* get a Slack API token\n* setup a mysql database:\n\n      create table teams (id int not null auto_increment primary key, name varchar(255) not null);\n      create table users (user varchar(50) primary key, team int);\n      create table logs (id int not null auto_increment primary key, user varchar(50), event varchar(255), ts datetime default now());\n\n      you will have to manually populate the users table.\n\n* `cp config.json.sample config.json` and fill it out.\n\n# interaction\n\n* @amigo_bot start \u003cteam name\u003e\n  - looks up the user in the users table, gives a name to their team.\n  - records log entry\n  - PMs a reply with a link to the first puzzle\n  - posts event to public channel\n* @amigo_bot validate \u003cflag\u003e\n  - records log entry\n  - PMs a reply with yes/no\n  - posts event to public channel\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falokmenghrajani%2Famigo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falokmenghrajani%2Famigo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falokmenghrajani%2Famigo/lists"}