Skip to content

jackcbrown89/faroo.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

faroo.py

Python bindings to the FAROO API.

Usage

Importing

import faroo

Querying

freq = faroo.Faroo()
fres = freq.param('length', 8).query('lolcats')
freq = faroo.Faroo()
fres = freq.param('src', 'news').query()

FAROO Web Search

About

Python bindings to the FAROO API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%