Skip to main content

Dad jokes on steroids.

Project description

Image of dadjokes++ geting used on terminal startup.


GitHub forks GitHub stars GitHub watchers

Downloads Downloads/Month Downloads/Week


Dadjokes++

Dad jokes on steroid.

Fetch jokes from icanhazdadjoke. Unlike other alternatives, dadjokes++ can download all jokes to your computer for faster and offline retrieval.

Installation

Make sure you have python 3 and pip installed, then execute this in your terminal:

pip install dadjokes-plus-plus

Usage

From terminal

Fetch a random joke online

$ dadjokes
I used to be a banker, but I lost interest.

Download all jokes to jokes.txt

$ dadjokes -d "jokes.txt"

Load a random joke from jokes.txt

$ dadjokes -l "jokes.txt"
A steak pun is a rare medium well done.

Note: if you don't provide -d or -l a path it will automatically be "jokes.txt".

From python

Fetch a random joke online

import dadjokes
print(dadjoke.joke())

Download all jokes to jokes.txt

import dadjokes
print(dadjoke.save_jokes("jokes.txt"))

Load a random joke from jokes.txt

import dadjokes
print(dadjoke.joke("jokes.txt"))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dadjokes-plus-plus-1.2.tar.gz (3.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page