https://github.com/jmccrohan/lastfmstats
Creates a dynamic image used to display last.fm playcount per day/week/month.
https://github.com/jmccrohan/lastfmstats
Last synced: 2 months ago
JSON representation
Creates a dynamic image used to display last.fm playcount per day/week/month.
- Host: GitHub
- URL: https://github.com/jmccrohan/lastfmstats
- Owner: jmccrohan
- Created: 2011-01-21T02:17:16.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-16T00:49:32.000Z (over 14 years ago)
- Last Synced: 2025-01-30T21:15:22.947Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Introduction:
----------------------
Creates a dynamic image used to display last.fm playcount per
day/week/month.
This is a quick and really dirty hack that I wrote many years ago. It doesn't
even use a XML parser! It was run on a PHP 4 host, and so, options were limited.The API call is depreciated as far as I know, and is hence liable to be pulled
by last.fm at any moment.I've since updated this script with proper XML parsing and utilised the [Last.fm API 2.0](http://www.last.fm/api/intro).
Requirements:
----------------------
Webhosting with PHP 5.Webhosting with PHP 4/5 with cURL support.
[A Last.fm API key](http://www.last.fm/api/account). (Required by new API)TODO:
----------------------Clean up and modernise code to utilise PHP 5 functions and utilise last.fm API 2.0.