A small bot that publishes images from a folder any time you run it
- TypeScript 92.3%
- Nix 7.7%
| posts | ||
| .envrc | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| main.ts | ||
| README.md | ||
Mastodon Image Bot
This is a small program that posts an image from ./posts every time you call it. You can call it like so:
MASTODON_INSTANCE_URL=... MASTODON_ACCESS_TOKEN=... deno run --allow-env --allow-net --allow-write=./posts --allow-read=./posts main.ts