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

https://github.com/100/lore

Create realistic "lorem ipsum" dummy texts
https://github.com/100/lore

Last synced: 2 months ago
JSON representation

Create realistic "lorem ipsum" dummy texts

Awesome Lists containing this project

README

          

#Lore

This web-app utilizes Markov Chains, a single-state "machine", in order to create psuedo-realistic filler texts. Useful for various types of developers, this application improves upon the typical "lorem ipsum" texts and instead provides filler, or dummy, text that is both tailored to a specific length, and from a specific type of source (e.g. old literature, modern literature, or social media) - which will be partially contributed to by users. Additionally, using its API, users will be able to quickly request for texts with their desired parameters in their own code, as an alternative to the web-based interface.

##This app uses:
* Python
* Flask web framework
* Tweepy API
* PRAW (Reddit API)
* SQLAlchemy ORM
* HTML
* Bootstrap CSS Framework

##This app implements:
* Markov Chain
* REST API