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
- Host: GitHub
- URL: https://github.com/tpltnt/py-isitahaiku
- Owner: tpltnt
- License: bsd-2-clause
- Created: 2016-10-16T14:38:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T14:45:33.000Z (over 8 years ago)
- Last Synced: 2025-01-23T00:41:11.006Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)