laughs

Pulls jokes from various APIs


License
MIT
Install
pip install laughs==0.1.2

Documentation

laughs

A python package that pulls jokes from various APIs.

PyPI Version Build Status Downloads Stats Release Status

laughs provides a python package for generating pulling jokes from various unauthenticated APIs around the Internet. Jokes are provided by the get_joke() function. The package works with python 2 and 3.

Pull requests are welcome!

Installation

OS X & Linux:

pip install laughs

or

pip3 install laughs

Windows:

python3 -m pip install laughs

Development setup

Using laughs in your projects:

import laughs
joke = laughs.get_joke() # returns a string containing a joke/quote

Release History

  • 0.1.0
    • The first proper release

Meta

Sean Callaway – @smcallaway – seancallaway@gmail.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/seancallaway/laughs

Contributing

  1. Fork it (https://github.com/seancallaway/laughs/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request