I found this xgoogle python modules http://github.com/pkrumins/xgoogle , very interesting. How exactly should I include or install these files on Linux?
if i want to do something similar using xgoogle python module?
>>from xgoogle.search import GoogleSearch
I know what we can use, import to use modules, but include an external module, what should I do? Should I install a module or what?
source
share