From 37e8da3b3a1dddd14cbcc55b4b1b86063387e16e Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 4 Nov 2014 17:48:05 -0800 Subject: [PATCH] Get rid of stale files and update README.md [ci skip] --- CHANGES.txt | 10 ---------- README.md | 28 +++++++++++++++++----------- TODO.txt | 1 - 3 files changed, 17 insertions(+), 22 deletions(-) delete mode 100644 CHANGES.txt delete mode 100644 TODO.txt diff --git a/CHANGES.txt b/CHANGES.txt deleted file mode 100644 index c7f8f76..0000000 --- a/CHANGES.txt +++ /dev/null @@ -1,10 +0,0 @@ -0.3 (unreleased): -* Implement now playing method -* Split up plugin.py to plugin.py and LastFMDB.py - -0.2 (08 Sep 2008): -* You can now specify and save your LastFM ID -* You can limit the number of results (plugins.LastFM.#maxResults) - -0.1: -* Initial release diff --git a/README.md b/README.md index a3bd122..21610d9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,23 @@ -supybot-lastfm +supybot-lastfm (GLolol's fork) ============== -A plugin for supybot that displays various information about a LastFM ID in IRC. +[![Build Status](https://travis-ci.org/GLolol/supybot-lastfm.svg?branch=devel)](https://travis-ci.org/GLolol/supybot-lastfm) +A plugin for Supybot that displays various information about LastFM IDs on IRC. -Usage ------ +### Changes made in this fork: + +- Native Python 3 support. +- Code cleanup (use Supybot's built in URL fetcher instead of urllib/urllib2). +- Bug fixes. + +A full list of changes can be found [here](https://github.com/GLolol/supybot-lastfm/compare/krf:master...devel). + +### Support +You may find me on IRC at `irc.overdrive.pw #dev` ([webchat](http://webchat.overdrive.pw/?channels=dev)). + +Feel free to suggest enhancements on the [issue tracker](https://github.com/GLolol/supybot-lastfm/issues); pull requests are welcome. + +### Usage Showing now playing information: ``` @@ -29,10 +42,3 @@ Showing help: [10:28:29] $help lastfm [10:28:29] (lastfm method [id]) — Lists LastFM info where method is in [friends, neighbours, profile, recenttracks, tags, topalbums, topartists, toptracks]. Set your LastFM ID with the set method (default is your current nick) or specify id to switch for one call. ``` - -Development ------------ - -Feel free to suggest enhancements, I'm happy to receive code contributions - -The files `__init__.py` and `plugin.py` provide some documentation. diff --git a/TODO.txt b/TODO.txt deleted file mode 100644 index 4028991..0000000 --- a/TODO.txt +++ /dev/null @@ -1 +0,0 @@ -* Use some Scrobbler 2.0 functions (needs a valid license key, though), e.g. now playing, etc.