📜 ⬆️ ⬇️

We export selected bookmarks from habrabra to other social bookmarking services.

It seems to be no secret that Habr is a source of information for Russian-speaking IT people. And many habra users use bookmarks of habr, for links to interesting materials.

I wrote a script in php that can take your bookmarks from favorites from habrabra and automatically export them to other services.

Currently, there is support for only one social bookmarking service, del.icio.us, since I use them all the time. If you have a desire to implement support for other services, please write to me.

You can export your bookmarks from the habr, on my page http://floscoeli.com/ukko/habrabookmarks/ or from your computer, after downloading the source files .
')

Installing scripts on your server



If you decide to deal with the scripts yourself, then you simply will need the following web server programs and php5 or php5-cli c support:


To launch export via a web server



Unpack the archive in the desired directory and type the address to the script index.php, for example localhost/index.php

To export bookmarks through the terminal



Unzip the archive and edit the file start.bin.php. Permissions for this file should be 755. After you have edited the file, you can safely run it ./start.bin.php

PS Please write your comments and thoughts in the comments or send patches :)

PSPS And I apologize for the design of the export page, I am not at all strong in layout and design.

PSPSPS Of course, you use scripts at your own peril and risk, but I can guarantee that no user data is collected or recorded anywhere.

upd: Sources will now be constantly available at code.google.com/p/habrabookmarks

Source: https://habr.com/ru/post/48673/


All Articles