A little bot sending a friendly greeting message to every user signing up on a mastodon instance.
Please note: This bot relies an the mastodon admin.sign_up permission, which needs to be visible to the account running the bot
-
Copy the Docker-Compose file into an empty directory for your bot
-
Create the data directory inside it and put the completed configuration.toml file here
-
Run
docker-compose up -d
-
Fill out the
configuration.toml
file -
Run
python3 register.py
for the setup once -
Run
python3 main.py