Giter Club home page Giter Club logo

python-lastfm's People

Contributors

jauneau avatar

Watchers

 avatar  avatar  avatar

python-lastfm's Issues

When fetching multiple events from lastfm, event.venue.location is the same object for all events.

Code to reproduce this issue:

import lastfm
import time

# Your API key
LAST_FM_API = u'AN API KEY'

# A list of artist IDs.
ids = [u'']

api = lastfm.Api(LAST_FM_API)
for id in ids:
    artist = api.get_artist(id)

  if artist.events:
      for event in artist.events:
        print event.id, event.title, 'location: %s, %s, %s' % (event.venue.name, event.venue.location.city, event.venue.location.country.name)

Exemple of output:

3460081 Majid Bekkas location: Ambassade du Maroc, Lima, Peru
3460083 Majid Bekkas location: Institut Français, Lima, Peru
3530265 Torino Jazz Festival location: piazza Castello - piazzale Valdo Fusi, Lima, Peru
3533565 Jazz Station Big Band location: Brussels Jazz Marathon - Grand Place, Lima, Peru

Only the first event location is good, all others are the same instance.

Readme

Write, please some reabme and tutorial

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.