Bot forkato dal progetto https://github.com/caffeinewriter/botvenon

jops f6a30e4b80 prima aggiunta há 3 anos atrás
.env.sample bf7cf01392 prima aggiunta há 3 anos atrás
Dockerfile bf7cf01392 prima aggiunta há 3 anos atrás
README.md f6a30e4b80 prima aggiunta há 3 anos atrás
last_id.txt bf7cf01392 prima aggiunta há 3 anos atrás
requirements.txt bf7cf01392 prima aggiunta há 3 anos atrás
welcomebot.py bf7cf01392 prima aggiunta há 3 anos atrás

README.md

Welcomebot

A simple welcomebot for Mastodon instances. Fork https://github.com/caffeinewriter/botvenon

Usage

Requires Python3 and pip.

Run pip install -r requirements.txt.

See the included .env.sample file for information on configuration.

To work effectively, the account this bot is running on must be a default follow on your instance.

Docker support is in progress.

To use the docker version, build it, and run it with:

docker build -t botvenon .
docker run --mount source=data-volume,target=/data -it botvenon:latest