{"id":15394292,"url":"https://github.com/xyproto/botsay","last_synced_at":"2025-04-15T23:53:15.262Z","repository":{"id":48421270,"uuid":"189969145","full_name":"xyproto/botsay","owner":"xyproto","description":":robot: Output text together with randomly generated ASCII robots in colors inspired by synthwave/rainbows","archived":false,"fork":false,"pushed_at":"2024-10-23T08:01:07.000Z","size":2383,"stargazers_count":28,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-12T13:22:48.707Z","etag":null,"topics":["ascii-art","ci","command-line","cowsay","devops","devops-tools","rainbow","synthwave","terminal","utility"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xyproto.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":"2019-06-03T08:51:42.000Z","updated_at":"2025-03-02T22:01:42.000Z","dependencies_parsed_at":"2023-01-29T12:00:30.996Z","dependency_job_id":"70162ac5-b4cc-4a0e-852f-f24b14c644c4","html_url":"https://github.com/xyproto/botsay","commit_stats":{"total_commits":68,"total_committers":3,"mean_commits":"22.666666666666668","dds":"0.044117647058823484","last_synced_commit":"45b7b43255a7cc76631682d195cf9c5f19aa5f91"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyproto%2Fbotsay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyproto%2Fbotsay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyproto%2Fbotsay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyproto%2Fbotsay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xyproto","download_url":"https://codeload.github.com/xyproto/botsay/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249173061,"owners_count":21224481,"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","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":["ascii-art","ci","command-line","cowsay","devops","devops-tools","rainbow","synthwave","terminal","utility"],"created_at":"2024-10-01T15:23:04.089Z","updated_at":"2025-04-15T23:53:15.245Z","avatar_url":"https://github.com/xyproto.png","language":"Go","readme":"# botsay [![License](https://img.shields.io/badge/license-BSD-green.svg?style=flat)](https://raw.githubusercontent.com/xyproto/botsay/main/LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/xyproto/botsay)](https://goreportcard.com/report/github.com/xyproto/botsay)\n\nLike cowsay, but with ASCII robots generated with [go-asciibot](https://github.com/mattes/go-asciibot), which is based on [asciibots](https://github.com/walsh9/asciibots), which is in turn based on [1k-asciibots](https://github.com/walsh9/1k-asciibots) which is inspired by the [Robot Factory](http://www.mains.me.uk/pocketeers/Htm-Designs/flipflopfaces.htm) game.\n\n### Examples\n\nOutput of `botsay 'Build complete'`:\n\n```\n     .===.          .----------------.\n    //o o\\\\         | Build complete |\n    \\\\_v_//         '----------------'\n  .==|\u003eo\u003c|==:=L\n  '=c|___|\n    .'._.'.\n    |_| |_|\n```\n\nOutput of `fortune | botsay`:\n\n```\n       Y__           .--------------------------------------------.\n     _/- -\\_         | If you think last Tuesday was a drag,      |\n      \\_O_/       --\u003c| wait till you see what happens tomorrow!   |\n   .==|\u003eo\u003c|==:=L     '--------------------------------------------'\n   '=c|___|\n      (   )\n     __) (__\n```\n\nOutput of `botsay -- $(botsay;botsay;botsay)`:\n\n```\n     _._._          .--------------------------------------------.\n    -)O O(-         | )_( .--. |- -| '--' |_^_| o==|ooo|==o      |\n     \\_0_/       --\u003c| |___| // \\\\ _\\\\ //_ .===./` .--. /.- -.    |\n  .==|\u003eo\u003c|==:=L     | \\ '--' \"\\_n_/\" ,\"|+ |\". _\\|+__|/_ ( )      |\n  '=c|___|          | __) (__ _._._ .--. -)ooo(- '--' \\_=_/      |\n     ]| |[          | (m9\\:::/\\ /___\\6 . /___\\ . . ..:::::::. .  |\n    [_| |_]         '--------------------------------------------'\n```\n\nOutput of `date --iso-8601 | botsay -`:\n\n```\n      .---.          .-------------.\n     } - - {         | 2019-06-03  |\n      \\_O_/          '-------------'\n  .-._/___\\_.-.\n  ;   \\___/   ;\n      |_|_|\n      /_|_\\\n```\n\n### Color support\n\nUse `-c` if you wish to colorize the output text with a synthwave/rainbow-like effect:\n\n![](img/botsay.png)\n\n### Installation\n\nWith Go 1.17 or later:\n\n    go install github.com/xyproto/botsay@latest\n\n### Flags\n\n* `-c` - color the output with rainbow-like colors\n* `-i` - specify a custom bot ID to use for generating the ASCII art.\n* `-p` - print the bot's ID after generating the ASCII art.\n* `--version` - output the current version\n* `--help` - output brief help\n\n### Known issues\n\n* For longer pieces of text, there may be formatting issues.\n\n## General info\n\n* Version: 1.4.1\n* License: BSD-3\n* Author: Alexander F. Rødseth \u0026lt;xyproto@archlinux.org\u0026gt;\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxyproto%2Fbotsay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxyproto%2Fbotsay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxyproto%2Fbotsay/lists"}