rua-iri / bfi_report_deliverer

A Python program to parse and format weekly data from the British Film Institute

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bfi_report_deliverer

A Python program to generate and deliver weekly reports about UK cinema

bfi_report_deliverer

Installation

Clone the repository

git clone https://github.com/rua-iri/bfi_report_deliverer

cd bfi_report_deliverer

Create virtual environment and install requirements

python3 -m venv venv

pip3 install -r requirements.txt

sudo apt install wkhtmltopdf

Create .env file with the following variables

touch .env
RESEND_API_KEY=<API_KEY>

FROM_EMAIL=<EMAIL_ADDRESS>

Create required directories

mkdir downloads reports

Initialise database

python3 setup.py

Run program

python3 main.py

About

A Python program to parse and format weekly data from the British Film Institute

License:GNU General Public License v3.0


Languages

Language:Python 64.1%Language:HTML 35.9%