Skip to content

Instantly share code, notes, and snippets.

@namlook
Created September 26, 2013 12:36
Show Gist options
  • Save namlook/6713550 to your computer and use it in GitHub Desktop.
Save namlook/6713550 to your computer and use it in GitHub Desktop.
>>> user_nugget = connection.UserNugget()
>>> user_nugget.url = u"http://www.example.org/blog/post123"
>>> user_nugget.user_id = u"namlook"
>>> user_nugget.topics = [u"example", u"fun"]
>>> user_nugget.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment