Delicious2diigo.java
I can’t wait for diigo.com to import my ~6000 bookmarks from delicious.
I wrote the following java tool which upload the bookmarks using the digoo API: https://gist.github.com/747381
It works fine so far….
javac Delicious2Diigo1 year ago
curl -s "https://deliciouslogin:deliciouspassword@api.del.icio.us/v1/posts/all" |\
java Delicious2Diigo | tac |\
sed -e 's/__LOGIN__/mydiigologin/' -e 's/__PASSWORD__/mydiigopassword/' > file.sh
sh file.sh