In [4]:
from topicdb.core.store.topicstore import TopicStore

In [8]:
store = TopicStore('storytech', '5t0ryt3ch!!')

In [9]:
store.open()


Out[9]:
<topicdb.core.store.topicstore.TopicStore at 0x7f5a417102b0>

In [10]:
topic1 = store.get_topic(1, "outpost")