adamcysec / tell-joke

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tell-joke

Synopsis

Return 6 different joke types from 6 different public apis

Description

This tool will query the following free public joke apis (no auth is required):

  1. chucknorris.io
  2. yomama-apiv2
  3. geek-joke-api
  4. jokeapi
  5. sv443
  6. icanhazdadjoke

Usage

Example 1

py tell-joke.py

Output:

joke source: Chuck Norris
joke: If Chuck Norris decides he wants to take a shit on your chest, you just have to quickly come to terms with the fact that you're about to get shit-chested. All you can do is try to craft a thank you speech that touches him enough to not move on to other bodily expulsions.

joke source: Yo Mama
joke: Yo momma is so fat that she puts on her lipstick with a paint-roller!

joke source: geek joke
joke: Chuck Norris will attain statehood in 2009. His state flower will be the Magnolia.

joke source: jokeAPI
joke: What does a turkey dress up as for Halloween? A gobblin'!

joke source: dad joke
joke: What do you call a beehive without the b's? An eehive.

  • returns 6 different jokes

About


Languages

Language:Python 100.0%