Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sevilayerkan/kismet
- Owner: sevilayerkan
- Created: 2023-11-29T10:34:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-12T20:44:57.000Z (10 months ago)
- Last Synced: 2024-10-11T00:20:02.326Z (28 days ago)
- Topics: api, flask, fortune-teller, test-automation
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```