README.md aktualisiert
This commit is contained in:
parent
8797d25b56
commit
a07e5c9fd4
1 changed files with 4 additions and 1 deletions
|
|
@ -54,13 +54,16 @@ https://docs.joinmastodon.org/methods/oauth/#token
|
|||
|
||||
To find this out took me hours and hours. I'm writing it down to spare you time.
|
||||
|
||||
## automation
|
||||
the oauth part will me mostly automated at some point but rn it is still manual. feel free to help automate it.
|
||||
|
||||
## docker
|
||||
you can use the dockerfile and docker-compose.yml i provided. I will at some point push a docker image which is ready to use. Until then you will have to build the image first. Here's how:
|
||||
|
||||
git clone https://code.kraftw3rk.de/alex/quote-bot.git
|
||||
git switch rest-bot
|
||||
touch quotes.txt #(fill with quotes, one per line, no longer than your instance character limit!)
|
||||
touch .env #(fill with "UserToken='***'" insert the token where the stars are!)
|
||||
mv .env-example .env #(insert the user token where the stars are!)
|
||||
mv docker-compose-example.yml docker-compose.yml
|
||||
docker compose up -d
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue