bru7us / HS-DeckTrack

A Terminal-based Deck Tracker for Hearthstone
MIT License
19 stars 2 forks source link

Import decks from popular sites #5

Closed bru7us closed 10 years ago

bru7us commented 10 years ago

http://www.reddit.com/r/hearthstone/comments/28tgst/updated_automatic_live_carddeck_tracker_for_mac/cielo0o

bru7us commented 10 years ago

Initial thoughts

if  (deck path starts with http) {
  curl
  determine format (from domain?)
  load to hash
  save to local format if user requested
}
bru7us commented 10 years ago

Release 0.4 supports hearthpwn deck URLs. Keeping item open for other additions.

bru7us commented 10 years ago

Hearthhead.com done - this should make adding a few more quite easy.

bru7us commented 10 years ago

Calling this done with the addition of hearthstats.net today.