mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-28 22:41:06 -05:00
Remove references to the subtree repo for LastFM, it's out of date and isn't in sync anymore (merge conflicts, yay!) [skip ci]
28 lines
954 B
Markdown
28 lines
954 B
Markdown
supybot-lastfm (GLolol's fork)
|
|
==============
|
|
|
|
A Supybot plugin for LastFM, forked from [krf/supybot-lastfm](https://github.com/krf/supybot-lastfm).
|
|
|
|
### Changes made in this fork
|
|
|
|
- Native Python 3 support.
|
|
- Code cleanup and various bugfixes.
|
|
- Migration to the newer (v2) LastFM API, using JSON instead of XML.
|
|
- Simpler DB implementation using pickle, and storing hostmasks instead of nicks (requires DB reset).
|
|
- Only the `np` and `profile` commands are present - the others have since been broken by LastFM API changes and removed.
|
|
- Slight formatting enhancements for various commands.
|
|
|
|
### Usage
|
|
|
|
Showing now playing information:
|
|
```
|
|
<@GLolol> %np RJ
|
|
<@Atlas> RJ listened to Apache by The Shadows [Back To Back] at 01:42 PM, October 10, 2015
|
|
```
|
|
|
|
Showing profile information:
|
|
```
|
|
<@GLolol> %profile RJ
|
|
<@Atlas> RJ (realname: Richard Jones) registered on 03:50 AM, November 20, 2002; age: 0 / m; Country: United Kingdom; Tracks played: 114896
|
|
```
|