surskitt / sopel-lastfm

A sopel plugin that returns the user's last listened track

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lastfm sopel plugin

pypi status Build Status pyup status

A sopel plugin that returns the user's last listened track

Installation

Can be installed from the pip using:

pip install sopel_modules.lastfm

Testing

If you would like to make a contribution, be sure to run the included tests. Test requirements can be installed using:

pip install -r requirements_dev.txt

run tests using:

make test

and start up a test sopel instance with docker by using:

docker-compose up -d
docker attach weechat

About

A sopel plugin that returns the user's last listened track

License:Other


Languages

Language:Python 78.9%Language:Makefile 21.1%