Coder Social home page Coder Social logo

almasim95 / export_delicious_public_posts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from peiyaoh/export_delicious_public_posts

0.0 2.0 0.0 26 KB

This script helps export public posts of a user on Delicious (https://del.icio.us/), a social bookmarking service, into an HTML file that could be imported to other browsers (e.g., Chrome and Firefox) or services.

License: MIT License

JavaScript 100.00%

export_delicious_public_posts's Introduction

Export Delicious Public Posts

This node.js script is created to export public posts of a user on Delicious into an HTML file that could be imported to other browsers (e.g., Chrome and Firefox) or services (e.g., tagpacker).

Note: This script is basically a crawler, and it does not interact with Delicious's API. I created it because Delicious disables the export feature due to server loading, see export.

version 0.0.1.

Acquire Dependency

The script will be executed on top of the Node.js environment. If you have not installed Node.js and npm, please install Node.js first. NPM is a package manager that comes with Node.js installation.

After the installation, you can execute the following command in the project folder.

npm install

Before Running

Before running the script, you need to set the following parameters

user_name: the username of the user. For instance, if the URL for a given user is https://del.icio.us/public, then you should set it to 'public'.

max_entry_count: the maximum number of public posts to retrieve for a given user. Set it to the total number of public posts of that user to retrieve all the public posts.

waitMSeconds: number of milliseconds to wait between the requests to get each batch of posts. The default value is 2000 milliseconds (2 second). Please don't reduce the value to be less than 2000 so that the script will not create too much burden for the server at Delicious.

Running

node export_delicious_public.js

When the script finishes, all the public posts (bookmarks) of the specified user will be saved in a file named "[user_name]_bookmarks.html".

export_delicious_public_posts's People

Contributors

peiyaoh avatar

Watchers

James Cloos avatar Marius Simion avatar

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.