This is an auction for 5000 del.icio.us accounts. These accounts are empty. Start price: 250$ Increment: 10$ BIN: 750$ Duration: 3 days The accounts are listed in a CSV file like that: "username","fullname","password","first name","last name" First name and last name are not used by del.icio.us but are provided for alternative uses. Payment via PayPal (account required).
so how do you use this account..there is no way you could login one by one..is there any automated login?
How you use them is up to you. You can login normaly, automaticaly or you can post using the api that doesn't require login ( http://del.icio.us/help/api/posts ).
They were created in August so between 1 and 5-week old. This auction is for the whole lot. If you are interested by a smaller block (minimum 500), it is possible but there will be a delay and it will be more expensive.
I got a PM asking how to use these accounts and in particular the posting part. If you have read the API, you can see it is very easy: just open an URL with the appropriate parameters. In PHP, this is something like: file_get_contents('https://'.$username.':'.$password.'@api.del.icio.us/v1/posts/add'. '?url='.url_encode($the_url). '&description='.url_encode($the_description). '&tags='.url_encode($the_tags). '&shared=yes'); Code (markup): That said, I recommand to use curl which provides an higher level of customization (proxy, referer, user-agent, ...).
Last 24 hours for this exceptional auction. You never saw and will probably never see again such an amount of accounts for sale (most account trading goes on private forums). Anyway, the winner will also receive my command-line PHP posting script. This script takes a bookmark file (in the delicious format) and posts each bookmark on a random account.