An open API service indexing awesome lists of open source software.

https://github.com/gotz1480/joker-bot

An AI written in Python which tells random jokes
https://github.com/gotz1480/joker-bot

ai-python joke joker jokes speech-bot speech-recognition speech-to-text

Last synced: 6 months ago
JSON representation

An AI written in Python which tells random jokes

Awesome Lists containing this project

README

          

# joker-bot
An AI written in Python which tells random jokes

## Pre-requisites:

Python 3.9.2

## Building

### Install virtualenv

`pip3 install virtualenv`

### Create virtual environment

`virtualenv env`

### Activate virtual environment

`source env/bin/activate`

### Install requirements

`pip3 install -r requirements.txt`

## Running

`python3 main.py`