This bot welcomes your Mastodon server new users.
Anar al arxiu
2022-08-14 20:19:43 +02:00
app/locales Added ca, es and en language support 2021-05-21 13:50:16 +02:00
LICENSE Add LICENSE 2021-05-19 13:45:02 +00:00
README.md New endpoint admin.sign_up avoids using database at all 2022-08-14 20:18:33 +02:00
requirements.txt New endpoint admin.sign_up avoids using database at all 2022-08-14 20:19:43 +02:00
setup.py WIP 2021-05-19 14:23:08 +02:00
welcome.py New endpoint admin.sign_up avoids using database at all 2022-08-14 20:13:35 +02:00

Welcome

This bot welcomes your Mastodon server new users.

Dependencies

  • Python 3
  • Postgresql server
  • Mastodon running server
  • Mastodon server's Bot account

Usage:

Within Python Virtual Environment:

  1. Run pip install -r requirements.txt to install needed libraries.

  2. Run python setup.py to get your bot's access token of your Mastodon server existing account. It will be saved to 'secrets/secrets.txt' for further use.

  3. Run python welcome.py to check if any new users and greet them.

  4. Use your favourite scheduling method to set python welcome.py to run every hour.