GithubHelp home page GithubHelp logo

Comments (5)

macchigualt avatar macchigualt commented on June 18, 2024 4

Wonderful, you code works like a charm, my bookmarks now are on safe.
Thank you very much.

Greg

from delicious-exporter.

aeldron avatar aeldron commented on June 18, 2024 1

You, sir, are a marvel! :)

from delicious-exporter.

aeldron avatar aeldron commented on June 18, 2024

I'm not sure how to get around the private links issue. I can see what the code is doing, iterating through the public pages, grabbing all the links and outputting them to an HTML page. Maybe there is a way to add a log in step so that the private links would also be visible, just like what happens in a browser window?

Unfortunately, I don't know Ruby on Rails well enough to be able to add that. I'm planning to tweak the code a bit to make it output the same XML format Del.icio.us used in the past so that we can re-import it to a new cloud-based service (e.g. pinboard or diigo).

@szafranek I can contribute to your project and push my changes if you want.

from delicious-exporter.

szafranek avatar szafranek commented on June 18, 2024

Sorry the late reply, I missed the notifications.

I didn't have private links, so didn't implement it. I'm afraid I won't be able to do it any time soon. I can give you a pointer, though: the script is using curl to scrap pages. curl allows you to login to page that uses cookies (del.icio.us is such a site). So you need to modify the script, so it:

  1. logs in and saves the cookie to a file
  2. uses that cookie file in the scrapping request, so curl acts as if it's logged in.

You can find out more about it here.

@aeldron: I haven't used Pinboard, but I'm pretty sure it accepts bookmarks.html format. It's format used by Chrome and Firefox. You can always just give it a try.
BTW, the script is just pure Ruby, no Rails knowledge is necessary :).

from delicious-exporter.

szafranek avatar szafranek commented on June 18, 2024

I found few hours and added support for logging in and exporting all links, including private ones. Check out the docs for details.

from delicious-exporter.

Related Issues (7)

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.