Iceshrimp.NET bot, which posts animal noises every 5 minutes.
  • TypeScript 83.4%
  • Shell 14.4%
  • Dockerfile 2.2%
Find a file
2025-12-30 10:09:22 +02:00
modes Initial commit 2025-12-25 23:16:11 +02:00
src Get rid of useless debug message, test SSH commit signing 2025-12-30 10:09:22 +02:00
.dockerignore Ignore scripts 2025-12-26 19:19:53 +02:00
.env.example Initial commit 2025-12-25 23:16:11 +02:00
.gitignore Initial commit 2025-12-25 23:16:11 +02:00
build.sh Initial commit 2025-12-25 23:16:11 +02:00
deno.json Update dev script, add script for production 2025-12-25 23:46:13 +02:00
deno.lock Initial commit 2025-12-25 23:16:11 +02:00
docker-compose.build.yml Different Docker Compose configs for pulling the image from the repo and building the image from sourcre 2025-12-25 23:47:49 +02:00
docker-compose.registry.yml Different Docker Compose configs for pulling the image from the repo and building the image from sourcre 2025-12-25 23:47:49 +02:00
docker-publish.sh Docker build and publish image script 2025-12-25 23:48:03 +02:00
Dockerfile Don't install dependencies, use the production script 2025-12-25 23:48:22 +02:00
README.md whoops 2025-12-26 17:05:40 +00:00

System of Animals

Iceshrimp.NET bot, which posts animal noises every 5 minutes.

Run in Docker

  1. Prepare the bot files
curl -o docker-compose.yml https://git.catboys.science/linkinwires/animals/raw/branch/main/docker-compose.registry.yml
curl -o .env https://git.catboys.science/linkinwires/animals/raw/branch/main/.env.example
mkdir ./modes
curl -o ./modes/cat.json https://git.catboys.science/linkinwires/animals/raw/branch/main/modes/cat.json
curl -o ./modes/dog.json https://git.catboys.science/linkinwires/animals/raw/branch/main/modes/dog.json
curl -o ./modes/fops.json https://git.catboys.science/linkinwires/animals/raw/branch/main/modes/fops.json
curl -o ./modes/bot.json https://git.catboys.science/linkinwires/animals/raw/branch/main/modes/bot.json
  1. Change values in .env to the real ones
  2. Run the bot
docker compose up -d

Run with system Deno

  1. Clone the repo or download the archive with the repo
  2. Run deno run bot