Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bandcamp plugin #41

Open
cbgbt opened this issue Jul 25, 2014 · 3 comments
Open

bandcamp plugin #41

cbgbt opened this issue Jul 25, 2014 · 3 comments

Comments

@cbgbt
Copy link
Collaborator

cbgbt commented Jul 25, 2014

Linking an album or artist or whatever should show some metatadata. Not sure how able we are to actually pull this off, as I don't know if this is normalized across bandcamp pages.

@euank
Copy link
Member

euank commented Jul 26, 2014

Worst case we could just use the title. A quick google shows bandcamp has an npm module / api, so that looks quite doable. https://www.npmjs.org/package/bandcamp

@Abdiramen
Copy link

I contacted bandcamp to see if they would give an api key for this project and they gave this response:

Thanks for your interest. Our APIs are currently limited to Label Accounts (bandcamp.com/labels) looking to pull physical order and general sales information, though that might change down the road. Please keep an eye on bandcamp.com/developer for updates.

So that's a no go on the bandcamp API.

@euank
Copy link
Member

euank commented Jun 1, 2018

We ran into this for the amazon module as well, and using xray is working well enough there.

I'd have no problem with css-selectoring bandcamp pages until thy have a proper api.

The amazon module's code serves as a good example imo:

https://github.com/euank/EuIrcBot/blob/b44ed0ae2262b8cb855fd48ba0fec8b4f3f9dc4d/modules/amazon/index.js#L32-L34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants