mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-05-02 00:11:06 -05:00
Get rid of stale files and update README.md [ci skip]
This commit is contained in:
parent
827e9abe7f
commit
37e8da3b3a
10
CHANGES.txt
10
CHANGES.txt
@ -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
|
28
README.md
28
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.
|
||||
[](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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user