megafono.py/README.md

29 lines
605 B
Markdown
Raw Normal View History

2021-01-10 18:17:46 +01:00
# Intro
Megafono is a simple bot for [Mastodon](https://github.com/tootsuite/mastodon/) instances using [Mastodon.py](https://github.com/halcy/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
2021-01-10 18:26:21 +01:00
## Todo
2021-01-24 17:13:19 +01:00
1. User documentation