Browse Source

prima aggiunta

jops 3 years ago
parent
commit
f6a30e4b80
1 changed files with 22 additions and 0 deletions
  1. 22 0
      README.md

+ 22 - 0
README.md

@@ -0,0 +1,22 @@
+# 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:
+
+```sh
+docker build -t botvenon .
+docker run --mount source=data-volume,target=/data -it botvenon:latest
+```