Skip to content

Instantly share code, notes, and snippets.

View NilsIrl's full-sized avatar
🤔
Rewriting git history

Nils NilsIrl

🤔
Rewriting git history
View GitHub Profile
"""
main.py
That's it this is the entire API.
"""
from flask import Flask, jsonify
import markovify
app = Flask(__name__)
with open("nietzche.txt") as f:
text = f.read()