Skip to content

Instantly share code, notes, and snippets.

View Wooble's full-sized avatar

Geoffrey Spear Wooble

View GitHub Profile
class Topic(object):
def __init__(self, obj_id, top_name):
self.object_id = obj_id
self.topic_name = top_name
# ...
data = json.loads(connection.getresponse().read())
for result in data['results']: