Introduction
Introduction Statistics Contact Development Disclaimer Help
fan-of-day - annna - Annna the nice friendly bot.
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
fan-of-day (510B)
---
1 #!/bin/sh
2
3 channel="#bitreich-books"
4
5 export PATH="$PATH:/home/annna/bin"
6
7 fanuri="$(stable-diffusion-emoji "computer fan on CPU beautify")"
8 [ -z "${fanuri}" ] && exit 1
9
10 emojipath="/br/gopher/$(printf "%s\n" "${fanuri}" | cut -d/ -f5-)"
11 fanfile="onlyfan_$(LANG=C date +%Y_%m_%d_%H_%M_%S_%z).jpg"
12 fanpath="/br/gopher/onlyfans/${fanfile}"
13 magick convert "${emojipath}" "${fanpath}" 2>/dev/null
14 onlyfansuri="gophers://bitreich.org/I/onlyfans/${fanfile}"
15
16 annna-say -c "${channel}" "Today's fan: ${onlyfansuri}"
17
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.