|
2 years ago | |
---|---|---|
.env.sample | 2 years ago | |
.gitignore | 2 years ago | |
Dockerfile | 2 years ago | |
README.md | 2 years ago | |
bot.py | 2 years ago | |
last_id.txt | 2 years ago | |
requirements.txt | 2 years ago |
A simple welcomebot for Mastodon instances.
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