Add README
This commit is contained in:
parent
451ece3490
commit
865db42af6
1 changed files with 7 additions and 0 deletions
7
README.md
Normal file
7
README.md
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# 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
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue