caffeinewriter / botvenon

A simple welcome bot for Mastodon instances.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Botvenon

A simple welcomebot for Mastodon instances.

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

About

A simple welcome bot for Mastodon instances.


Languages

Language:Python 91.0%Language:Dockerfile 9.0%