leandertolksdorf / 1001-tracklists-api

Python library for easy access to data from 1001tracklists.com
MIT License
35 stars 8 forks source link

Add JSON feature #10

Open leandertolksdorf opened 2 years ago

leandertolksdorf commented 2 years ago

Implement a method ’Tracklist.json()’ that exports the whole tracklist and all tracks as a JSON string.

ritikBhandari commented 2 years ago

Hi, Can I take up this issue?

leandertolksdorf commented 2 years ago

@ritikBhandari Sure, go for it!

ritikBhandari commented 2 years ago

How can I fetch the data from the API? I cannot understand the endpoints. Neither I have the access to the database. Like I think I'd need some resource to get the data and export it right?

leandertolksdorf commented 2 years ago

The data is fetched automatically when a Tracklist object is created. Take a look into the Readme.

ritikBhandari commented 2 years ago

Ohkay I'll have a look. Thanks!