summary |
shortlog | log |
commit |
commitdiff |
tree
HEAD ⋅ prev ⋅ next
Michael G. Noll [Tue, 14 Dec 2010 19:33:17 +0000]
Updated link to DeliciousAPI homepage
Michael G. Noll [Tue, 14 Dec 2010 19:27:23 +0000]
FIX: list index out of range when extracting bookmarks from a user's history
This fix resolves issue #1 on GitHub.com as reported by typeshige:
https://github.com/quuxlabs/DeliciousAPI/issues/unreads#issue/1
Michael G. Noll [Tue, 14 Dec 2010 18:44:34 +0000]
FIX: HTML tag attribute updated by Delicious.com
This is a minor update of DeliciousAPI to match the new structure of
Delicious' HTML code.
This fix resolves issue #2 on GitHub.com as reported by chrishan:
https://github.com/quuxlabs/DeliciousAPI/issues#issue/2
Michael G. Noll [Sun, 8 Aug 2010 17:20:14 +0000]
Bumped version number to 1.6.5
Michael G. Noll [Sun, 8 Aug 2010 17:18:01 +0000]
FIX: updated to match new structure of Delicious' HTML code
Delicious changed the HTML code of its Web pages, which broke the
retrieval of tag information.
Thanks to Hugo Alves for providing a patch!
Michael G. Noll [Sun, 8 Aug 2010 17:14:12 +0000]
Properly set file permissions
Michael G. Noll [Sun, 8 Aug 2010 17:13:49 +0000]
deliciousapi.py: removed unused imports
Michael G. Noll [Mon, 19 Jul 2010 20:51:28 +0000]
FIX: Get username on Delicious instead of user-defined display name
Fixed _extract_bookmarks_from_url_history to get the real username
instead of the display name.
For example, the previous version of DeliciousAPI (v1.6.3) would
retrieve the display name "Krzysztof Kosyl" instead of the Delicious
user account "kosqx". The previous behavior made automated crawling
tasks more difficult, so this behavior was changed.
The information about a user's display name (e.g. "John Smith") might be
re-introduced to DeliciousAPI in the (near) future.
Thanks to Jorge Blanco for sending the patch!
Michael G. Noll [Wed, 2 Jun 2010 22:10:28 +0000]
Linkified current homepage of DeliciousAPI in README.md
Michael G. Noll [Wed, 2 Jun 2010 21:48:47 +0000]
Minor text modifications of "Usage" section in README.md
Michael G. Noll [Wed, 2 Jun 2010 21:40:14 +0000]
Added Copyright heading to README.md
Michael G. Noll [Wed, 2 Jun 2010 21:13:52 +0000]
Added proper extension to README file
(see http://github.com/guides/readme-formatting)
Michael G. Noll [Wed, 2 Jun 2010 21:12:23 +0000]
Added README file (mainly for GitHub)
Michael G. Noll [Fri, 26 Mar 2010 15:23:24 +0000]
Bumped version number to 1.6.3
Michael G. Noll [Fri, 26 Mar 2010 15:21:08 +0000]
BUG FIX: scraping of tags (i.e. without use of Delicious's own API)
works again
Reason: Delicious updated the HTML/CSS of their Web pages
Thanks to Xiaogang Han for reporting the bug and supplying a patch!
Michael G. Noll [Sun, 7 Mar 2010 16:10:40 +0000]
Updated docstrings for get_user()
Michael G. Noll [Fri, 19 Feb 2010 08:18:52 +0000]
Bumped version number to 1.6.1 and updated copyright year.
Michael G. Noll [Fri, 19 Feb 2010 08:17:23 +0000]
Fixed a bug that caused DeliciousAPI not to download all available
bookmarks of a URL when max_bookmarks was set to 0.
Thanks to Jason Baker for the bug report!
Michael G. Noll [Fri, 19 Feb 2010 08:00:43 +0000]
Switched from deprecated md5 module to hashlib for computing MD5 hashes
Michael G. Noll [Sun, 12 Apr 2009 14:21:43 +0000]
Updated documentation.
Michael G. Noll [Sun, 12 Apr 2009 14:18:43 +0000]
Updated documentation.
Michael G. Noll [Sun, 12 Apr 2009 14:17:46 +0000]
Updated documentation.
Michael G. Noll [Sun, 12 Apr 2009 14:14:18 +0000]
Updated documentation
Michael G. Noll [Sun, 12 Apr 2009 14:04:36 +0000]
Updated documentation.
Michael G. Noll [Sun, 29 Mar 2009 20:52:53 +0000]
Bug fix: get_user() correctly retrieves URLs of bookmarks when
max_bookmarks is greater than 100.
The problem was caused by a single space character in Delicious.com HTML
sources when scraping/mining the corresponding web pages, doh!
My best thanks to Nicolás Della Penna for his detailed bug reports.
It's been appreciated, Nicolás!
Michael G. Noll [Sat, 28 Mar 2009 23:26:24 +0000]
Fixed a bug in __str__() for DeliciousUser and DeliciousURL when
iterating over such bookmarks that don't have any tags assigned
Michael G. Noll [Mon, 23 Mar 2009 07:33:04 +0000]
Bumbed version to 1.5.12
Michael G. Noll [Mon, 23 Mar 2009 07:24:20 +0000]
Fixed a "typo" in docstrings for class DeliciousUser
Michael G. Noll [Thu, 12 Feb 2009 18:04:04 +0000]
Updated docstrings.
Michael G. Noll [Thu, 12 Feb 2009 18:00:55 +0000]
Bumbed version to 1.5.11
Michael G. Noll [Thu, 12 Feb 2009 18:00:38 +0000]
Updated docstrings.
Michael G. Noll [Thu, 12 Feb 2009 17:56:50 +0000]
We can now detect when a user has set his network as private.
In this case, get_network() returns (None, None).
If a network is public but empty, we return ([], []).
Michael G. Noll [Thu, 12 Feb 2009 17:36:30 +0000]
Updated docstrings.
Michael G. Noll [Thu, 12 Feb 2009 17:28:02 +0000]
Bumbed version to 1.5.10
Michael G. Noll [Thu, 12 Feb 2009 17:26:21 +0000]
Updated docstrings
Michael G. Noll [Thu, 12 Feb 2009 17:25:38 +0000]
New feature: get_network(username) returns the lists of a user's followees (users he has subscribed to aka "network members") and followers (users who have subscribed to him aka "network fans").
Michael G. Noll [Fri, 30 Jan 2009 13:45:10 +0000]
Bumbed version to 1.5.9
Michael G. Noll [Fri, 30 Jan 2009 13:44:20 +0000]
Fixed a problem where URL and title of a user's bookmark were not
correctly extracted from user's bookmark collection.
Michael G. Noll [Thu, 29 Jan 2009 06:06:49 +0000]
Bumbed version to 1.5.8
Michael G. Noll [Thu, 29 Jan 2009 06:05:20 +0000]
Workaround for a Delicious bug where sometimes the username of Delicious
bookmarks is not shown (empty) on the Delicious.com website.
Michael G. Noll [Tue, 27 Jan 2009 18:07:42 +0000]
Bumbed version to 1.5.7
Michael G. Noll [Tue, 27 Jan 2009 18:06:53 +0000]
Updated to be compatible with latest changes of Delicious.com.
Also added fixed some minor stuff.
Michael G. Noll [Tue, 27 Jan 2009 17:18:35 +0000]
Correct handling of multiple exceptions
Michael G. Noll [Thu, 15 Jan 2009 17:54:46 +0000]
Bumbed version to 1.5.6
Michael G. Noll [Thu, 15 Jan 2009 16:14:46 +0000]
get_user() retrieves a user's notes aka description aka comments
from JSON feeds now
Michael G. Noll [Sun, 11 Jan 2009 09:05:25 +0000]
Bumbed version to 1.5.5
Michael G. Noll [Sun, 11 Jan 2009 09:04:37 +0000]
Bumbed copyright to 2009. Happy New Year!
Michael G. Noll [Sun, 11 Jan 2009 09:04:17 +0000]
Added link to Changelog (git)
Michael G. Noll [Sun, 11 Jan 2009 08:58:42 +0000]
Fixed a bug that caused DeliciousAPI to send more queries to Delicious
than it should. Thanks to Muhammad Bilal Sheikh for pointing this out!
Michael G. Noll [Fri, 10 Oct 2008 15:11:53 +0000]
Fixed an error when parsing JSON feeds in get_url()
Michael G. Noll [Fri, 10 Oct 2008 08:50:52 +0000]
Added documentation for parameter "max_urls" in get_urls()
Michael G. Noll [Mon, 6 Oct 2008 15:26:59 +0000]
Curse TextMate and its trailing whitespace and tab/space behavior!
Michael G. Noll [Mon, 6 Oct 2008 15:24:10 +0000]
Fixed a bug in get_urls() when trying to retrieve links from delicious' hotlist (front page)
Michael G. Noll [Mon, 6 Oct 2008 15:00:53 +0000]
Added get_urls() method which returns recently bookmarked web pages tagged with a given tag.
Additionally, a minor bug was fixed.
Michael G. Noll [Sun, 7 Sep 2008 21:49:22 +0000]
Import of deliciousapi.py (aka DeliciousAPI) and deliciousmonitor.py
based on commit
e007bcedc835476c5150f612ae9ae9052665d869 of previous
repository 'general'.