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

https://github.com/tpltnt/py-isitahaiku

a simple python abstraction for isitahaiku.com
https://github.com/tpltnt/py-isitahaiku

Last synced: 2 months ago
JSON representation

a simple python abstraction for isitahaiku.com

Awesome Lists containing this project

README

        

# py-isitahaiku
A simple abstraction for [isitahaiku.com](http://isitahaiku.com/) written in Python 3.

In action:
```
>>> from isitahaiku import isHaiku
>>> isHaiku("foo")
False
```
Test it by executing ```./test_isitahaiku.py```

# links
* [wikipedia: Haiku](https://en.wikipedia.org/wiki/Haiku)
* [Requests: HTTP for Humans](http://docs.python-requests.org/en/master/) ... on [github](https://github.com/kennethreitz/requests/)