Just-kidding is a python library for getting random dad jokes and more kinds of jokes
Project description
Joking
Joking is a python library for getting random dad jokes and more kinds of jokes
Installation
you can install it by using the pip package manager
pip install Joking
How to Use
Multiple_Jokes(i) #i is for the amount of dad jokes
random_dad_joke() #prints out a random dad joke
programming_joke() #prints a random programming joke
random_joke() #prints a random joke
sjoke() #Gets a specific joke using the joke id from https://icanhazdadjoke.com/
search_for_joke() #prints the top result for the joke you searched
Random_knock_knock_joke() #gets a random knock knock joke
skkjoke() #Gets a specific knock knock joke using the joke id
DarkJoke() #Gets a dark joke that is potentially sexist or racist
Pun() #Gets a random pun
Submit_joke() #submits a joke
How it works
It works by web scraping https://icanhazdadjoke.com/ and using version 2 of jokeapi.dev
Joke id’s
Joke ids are Joke ids from icanhazdadjoke.com or from http://www.jokes4us.com/knockknockjokes/random/knockknock.html To find a jokes id just search icanhazdadjoke.com or find the knock knock joke you want from http://www.jokes4us.com/knockknockjokes/random/knockknock.html
How to contribute
Start by going to https://github.com/Iwertyuiop123653/Joker then commit.
CHANGELOG
2.5.0 (8/6/2022)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.