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

d0c a0fbd9f91a images support 3 years ago
txt de16dd3280 first commit 3 years ago
.gitignore 5bcb7a6278 newline issue solved 3 years ago
Dockerfile c7a2d398b5 first commit 3 years ago
README.md a0fbd9f91a images support 3 years ago
env.sample 5bcb7a6278 newline issue solved 3 years ago
megafono.py a0fbd9f91a images support 3 years ago
requirements.txt c7a2d398b5 first commit 3 years ago

README.md

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