-
point one
cd src make -
point two
run these commands
| #!/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 | |
| """ |