- Download the zip
- Open the zip
- Double click Mustache.tmbundle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| """ | |
| Fetch all a user's Last.fm scrobbles by paging through their recent tracks | |
| Usage: ./fetch.py <username> [<start_page> [<end_page>]] | |
| Be aware: You may end up with duplicated data if the user is scrobbling | |
| when you fetch for tracks. Make sure you check for dupes when you process | |
| the XML later | |
| """ |
NewerOlder
