Coder Social home page Coder Social logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
Hi,

I'm not a python expert, but it looks like the feed URLs in pydelicious are all 
out of date / don't exist on the delicious website anymore. 

You'll need to update the pydelicious URLs in the __init__.py file. 

I'm going through the collective intelligence book by o'reilly. 

Changing like 447 in __init__.py to:

rss = http_request('http://feeds.delicious.com/v2/rss').read()

got rid of the error messages for me. A better solution is still needed though 
as the original code brought up tags/posts/popular/etc depending on function 
you ran, whereas this hack above isn't selecting. 

Cheers,
Chris


Original comment by [email protected] on 28 Oct 2011 at 1:09

from pydelicious.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
Same book! I'll try that. Thank you.

Original comment by [email protected] on 28 Oct 2011 at 1:15

from pydelicious.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
Just change this line, and everything will work (at least for me):

File: "...\Python27\Lib\site-packages\pydelicious" (or any other python version 
you're using)
Line: 78
From: "DLCS_RSS = 'http://del.icio.us/rss/'"
To: "DLCS_RSS = 'http://feeds.delicious.com/v2/rss/'"

After that I don't get any error (at least for get_popular method).

Original comment by [email protected] on 2 Nov 2011 at 5:44

from pydelicious.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 13, 2024
Just tested pydelicious.get_userposts('myusr') method and it's working too.

Original comment by [email protected] on 2 Nov 2011 at 5:47

from pydelicious.

Related Issues (20)

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.