Files
python-convore/test.py
T
Kenneth Reitz 7fab3abaaa new search api
2011-02-25 09:15:59 -05:00

15 lines
340 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
from convore import Convore
CONVORE_NAME = os.environ.get('CONVORE_NAME', 'requeststest')
CONVORE_PASS = os.environ.get('CONVORE_PASS', 'requeststest')
convore = Convore(CONVORE_NAME, CONVORE_PASS)
#print convore.groups.discover.category
convore.groups.discover.search('github')