Skip to content

jldohmann/quote-generator-wl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quote Generator: Wolfram Language

A simple WL app that generates quotes when the page is refreshed

Environment and Setup

Make sure you have the Wolfram Web Engine For Python.

Create a project directory, then change into it:

mkdir quote-generator
cd quote-generator

Create the project structure as seen in this repo.

When it's all set up, change into the directory just above the project, and run the following:

python3 -m wolframwebengine quote-generator

Data

Initial data is pulled from the Stephen Wolfram Wikiquote page. The script, quotes/initial-quotes.wl, extracts and imports the webpage data, returning it as a list.

Further cleaning is done and the data is exported to quotes.json. Additional quotes will be manually added to this file.

About

A simple WL app that generates quotes when the page is refreshed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published