Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshdk/faroo.py

Python bindings to the FAROO API
https://github.com/joshdk/faroo.py

Last synced: about 5 hours ago
JSON representation

Python bindings to the FAROO API

Awesome Lists containing this project

README

        

faroo.py
========

Python bindings to the [FAROO API](http://www.faroo.com/hp/api/api.html "FAROO - Free Search API").

Usage
-----

### Importing

```python
import faroo
````

### Querying

```python
freq = faroo.Faroo()
fres = freq.param('length', 8).query('lolcats')
````

```python
freq = faroo.Faroo()
fres = freq.param('src', 'news').query()
````

![FAROO Web Search](http://www.faroo.com/hp/api/faroo_attribution.png "FAROO Web Search")