This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
__init__.py | ||
| |
admin.py | ||
| |
lastfm.py | ||
| |
models.py | ||
| |
object_dict.py | ||
| |
xml2dict.py |
README
Lastfm Sync Super simple last.fm chart syncing for django. Basically this can import any or all of the following last.fm charts into your database: weeklyartistchart (top weekly artists), weeklytrackchart (top weekly tracks), weeklyalbumchart (top weekly albums), recenttracks (most recently played tracks) and recentlovedtracks (most recently loved tracks). Usage: from lastfm.lastfm import LastfmSyncr l=LastfmSyncr() l.syncposts(user='username', chart='weeklyartistchart') l.syncposts(user='username', chart='weeklytrackchart') l.syncposts(user='username', chart='weeklyalbumchart') l.syncposts(user='username', chart='recentlovedtracks') l.syncposts(user='username', chart='recenttracks')








