mirror of
https://github.com/kennethreitz-archive/python-convore.git
synced 2026-06-05 23:40:18 +00:00
that shouldn't be there
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
#!/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')
|
||||
Reference in New Issue
Block a user