Luna Rosa directory began over 3 years ago as a repository for text based scrapes for an alexa application, it has since been the proving ground for other selenium work .
Use the package manager pip to install the requirements.
pip install -r requirements.txt
the main programs answer.py can be run by changing to the folder and running
python answer.py
to modify the scripts like screenie.py simply choice another url
the flask application can be started by cd to flask_app and run
python render_flask.py
the site is dependant on a scrape having provided a text file in flavors.txt
I hope some of this can be useful to you, for a more complex version running in linux with headless chrome see this repository other git repo.
If you like any parts of this be sure to star it and pass it along.