Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joshdk/faroo.py
- Owner: joshdk
- License: other
- Created: 2013-02-07T22:58:43.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-26T20:44:09.000Z (over 11 years ago)
- Last Synced: 2023-03-11T03:48:05.969Z (over 1 year ago)
- Language: Python
- Size: 121 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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")