Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sevilayerkan/kismet

Simple Fortune Telling API with simple web interface
https://github.com/sevilayerkan/kismet

api flask fortune-teller test-automation

Last synced: 6 days ago
JSON representation

Simple Fortune Telling API with simple web interface

Awesome Lists containing this project

README

        

# kismet

## Project Details

Kismet is a straightforward and lightweight fortune-telling API. The primary objective of this project is to generate fortunes about your future.

## Installation

Make sure Python and pip is installed by using this commands in your command line:

```bash
python --version
pip --version
```

If they are installed use this to install the requirements:

```bash
pip install -r requirements.txt
```

For running the script:

```bash
python app.py
```