1
I Use This!
Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Aug 10, 2025 — Aug 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove duplication into _extract_top_albums(doc, network) More... over 12 years ago
Remove duplication into _extract_top_artists(doc, network) More... over 12 years ago
Re-add get_weekly_album_charts(), get_weekly_artist_charts() and get_weekly_charts() helper functions More... over 12 years ago
Move duplication into get_bio(), keeping existing get_bio_XXX() to call it More... over 12 years ago
Reinstate get_wiki_published_date(), get_wiki_summary() and get_wiki_content() as they may already be used by third parties. Add command-line options to the test. More... over 12 years ago
Create abstract, internal _Opus class for common stuff used by Album and Track More... over 12 years ago
Test: Use a unique filename for picking and delete it afterwards. Allows concurrent testing. More... over 12 years ago
Fix a test. Asked for a New York gig and got a Brooklyn one. Let's try London instead. More... over 12 years ago
Refactor and mark artist.getimages as deprecated More... over 12 years ago
Refactor get_wiki things to remove duplication More... over 12 years ago
Refactor shouts to duplicate code More... over 12 years ago
Move get_wiki_published_date(), get_wiki_summary(), get_wiki_content() up to _BaseObject to remove duplication in Album and Track. Already has test cases. More... over 12 years ago
Move share() up to _BaseObject, removing duplication in Artist, Event and Track More... over 12 years ago
Move get_top_fans up to _BaseObject, removing duplication in Artist and Track More... over 12 years ago
Move weekly charts getters to _BaseObject, removes duplication between group, tag and user More... over 12 years ago
Add _get_things to remove duplication More... over 12 years ago
Run pyflakes and pep8 and update More... over 12 years ago
Refactor to include limit parameter to reduce bandwidth\n\nRefactor calls to chart.getTopArtists, chart.getTopTracks, tag.getTopTags and user.getTopTags to include the limit parameter (where available) to reduce the size of data sent by Last.fm.\n\nFor example, getting limit=1 can reduce receiving 101 items to 1, making the test take 0.5s rather than 1.2s.\n\nAlso return a list of TopItems rather than just items, and add cacheable parameter. More... over 12 years ago
Jiggle the tests to increase coverage a bit More... over 12 years ago
Remove a couple of resource warnings from not closing files More... over 12 years ago
The CI got different Spotify IDs to my computer. Generalise the tests. For #74. More... over 12 years ago
Implement artist/album/track.getPlaylinks, closes #74 More... over 12 years ago
Update README.md More... over 12 years ago
Implement geo.getMetroHypeTrackChart, geo.getMetroTrackChart and geo.getMetroUniqueTrackChart. Closes #44. More... over 12 years ago
Implement geo.getMetroUniqueArtistChart for #44 More... over 12 years ago
Implement geo.getMetroHypeArtistChart and refactor More... over 12 years ago
Add from and to dates for artist charts, for #44 More... over 12 years ago
Implement geo.getMetroWeeklyChartlist and geo.getMetroArtistChart for #44 More... over 12 years ago
Implement geo.getMetros for #44 More... over 12 years ago
Implement geo.getTopArtists for #44 More... over 12 years ago