|
Python Submit bot for delicious |
|
|
|
|
Written by
|
|
Wednesday, 21 October 2009 18:09 |
|
Today I wrote a submit bot in python that takes all the urls in your google sitemap and submits them to del.ico.us  this bot takes your google sitemaps and finds all the URLs between the tags on your site and makes a curl call to those ursl to retrieve the site tags, description etc. and then submits them to del.icio.us or delicious. This bot is very useful for social bookmarkins and improving the SEO of your site quickly. usage - replace IM.xml with the path to your sitemap file in line
xmlsitemap = open("IM.xml","r")Â Â - replace username and password in following lines with your del.ico.us username and password
dusername = "username" dpassword = "password" - execute with
$python submit_to_delicious.py
[This line is replaced by a file repository when the article is viewed] Â If you like this bot or any other programs on this site I request you to consider a donation to allow me to continue my freelance development of cool products. Although you are free to continue using these pieces of code even if you decide not to donate. |
|
Last Updated on Wednesday, 21 October 2009 18:14 |