Iceshrimp.NET bot, which posts animal noises every 5 minutes.
- TypeScript 83.4%
- Shell 14.4%
- Dockerfile 2.2%
| modes | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| build.sh | ||
| deno.json | ||
| deno.lock | ||
| docker-compose.build.yml | ||
| docker-compose.registry.yml | ||
| docker-publish.sh | ||
| Dockerfile | ||
| README.md | ||
System of Animals
Iceshrimp.NET bot, which posts animal noises every 5 minutes.
Run in Docker
- 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
- Change values in
.envto the real ones - Run the bot
docker compose up -d
Run with system Deno
- Clone the repo or download the archive with the repo
- Run
deno run bot