Simpy Tools

SimpyTools is a collection of various software for using and enhancing the simpy.com social bookmarking service.
Download

Simpy Tools Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Benjamin Reitzammer
  • Publisher web site:

Simpy Tools Tags


Simpy Tools Description

SimpyTools is a collection of various software for using and enhancing the simpy.com social bookmarking service. SimpyTools is a collection of various software for using and enhancing the simpy.com social bookmarking service.Simpy Tools includes libraries in various programming languages for using the REST API of simpy.com. It also includes a Firefox extension and more.Simple wrapper-lib for accessing the http://www.simpy.com/ REST API via python. See for details, and libs in other languages Synopsis: # get and store links in files matching a query client = SimpyClient('user', 'passwd') links = client.getLinks( {'limit':20, 'q':'+tags:"programming" +tags:"trails"'} ) for i, link in enumerate(links): s = urllib2.urlopen(link.url) if s is not None: file(str(i)+".html", 'w+').write(s.read()) else: print "URL "+link.url+" was not handled" Supported Calls:GetTags, RemoveTag, RenameTag, MergeTags, SplitTagGetLinks, SaveLink, DeleteLink GetWatchlists, GetWatchlist GetNotes, SaveNote Requirements:· Python 2.3 or laterWhat's New in This Release:· The library is now released under a dual license.· You can use it under Apache v2 or the LGPL v2.1.· This release allows for all notes to be retrieved at once (without search).· It adds support for the DeleteNote API call.· An issue when trying to update notes or links with non-ASCII characters has been fixed.· There are updates for simpy.py 1.1.· An id attribute has been added to the Note class.


Simpy Tools Related Software