You must use Pipenv to run the script and manage the dependencies with Pipfile.
To run:
pipenv shell
python src/generate.pyTo run inside Docker:
docker build -t solfilm .
docker run --rm solfilm:latest python ./src/generate.pyTo integrate the feed on a website, just copy paste the contents of the widget/widget.html file on to your page.