Megafono is a simple bot for Mastodon instances using Mastodon.py
Find a file
2021-01-24 17:13:19 +01:00
txt first commit 2021-01-10 18:19:07 +01:00
.gitignore newline issue solved 2021-01-24 13:33:16 +01:00
Dockerfile first commit 2021-01-10 18:17:46 +01:00
env.sample newline issue solved 2021-01-24 13:33:16 +01:00
megafono.py images support 2021-01-24 17:13:19 +01:00
README.md images support 2021-01-24 17:13:19 +01:00
requirements.txt first commit 2021-01-10 18:17:46 +01:00

Intro

Megafono is a simple bot for Mastodon instances using Mastodon.py.

Usage

Requires Python3 and pip.

Run pip install -r requirements.txt.

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

Docker

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

docker build -t megafono .
docker run -v "$(pwd)"/txt:/data -it megafono:latest

Files in txt directory can be updated without rebuild image

Credits

https://github.com/caffeinewriter/botvenon

Todo

  1. User documentation