pixabots
v0.3.0
Published
CLI — print and download Pixabots from your terminal
Readme
pixabots
CLI — print and download Pixabots from your terminal.
Usage
npx pixabots # print a random pixabot to the terminal
npx pixabots 2156 # print a specific pixabot
npx pixabots 2156 --info # print metadata
npx pixabots 2156 --save bot.png # download PNG (480px default)
npx pixabots 2156 --hue 200 --save bot.png # recolored PNG
npx pixabots 2156 --bg '#fde68a' --save bot.png # yellow background baked in
npx pixabots random --json # random pixabot as JSONPalette (--hue, --saturate) and --bg apply to --save. The terminal ANSI render shows base colors.
Renders via ANSI truecolor using half-block characters (▀). Works in any modern terminal emulator (iTerm2, Terminal.app, Windows Terminal, most Linux terminals).
Env
PIXABOTS_ORIGIN— override the API host (defaulthttps://pixabots.com)
License
MIT
