This repo has been moved to emem365/DadJokes/DadJokesV2
This is the second and hopefully final version of DadJokes. This simple web based python app pulls jokes from icanhazdadjoke api and prints them to you. You can check it out here
This is really just a sample project on flask. If you wanna still mess around with stuff, clone the repo: https://github.com/emem365/DadJokesV2.git
All you need to get this project running is a virtual environment, and a few dependencies like
Python
flask library
I won't go into details of creating a virtual environment. Install Flask inside the environment
pip install flask
To run the project, just run the deploy.py file
python deploy.py
The api requests are made through the file dadjokes.py
- Flask - The web framework used
- Heroku - Deployed at
- icanhazdadjokes - API in use
- Madhur Maurya - Creator - emem365
This project is licensed under the MIT License - see the LICENSE file for details
- A huge thanks to https://icanhazdadjoke.com/ whose free api we use :)