Python
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
extra
.travis.yml
COPYING
README.md
fluffy-broccoli.py
requirements.txt

README.md

Fluffy Broccoli

Travis

A Mastodon bot that posts what you are listening to. Uses mpd to figure out the current track.

See my bot for an example of how it looks.

Installation

This little bot requires Python 3.2+, Mastodon.py, and python-mpd2, all conveniently listed in the requirements.txt file. As such, installing the dependencies is as simple as pip install -r requirements.txt. Once dependencies are installed, just run the fluffy-broccoli.py script and follow the prompts.

Configuration will be saved in ~/.config/fluffy-broccoli/config.ini, you are free to edit the settings therein. The file will not be written to outside of the initial configuration. See the extra/fluffy-broccoli.example.ini for a list of available options within that file.

License

Copyright (C) 2017 Gergely Nagy, licensed under the GNU GPLv3+.