blockbot/README.md
2022-11-30 23:36:25 +00:00

372 B

  1. Create the bot account on your instance
  2. Build and start the bot container
docker build -t blockbot .
docker run -d --name blockbot --restart=always -e  ENDPOINT=poster.place blockbot
  1. Go inside the container and setup the account auth
docker exec -it blockbot bash

toot login (login as your bot account)

exit

  1. Modify bot.sh and