a anime seasonal getter using MAL API, this transform the data to PDF
running.mp4
the script get data seasonal from MAL API and transform this in HTML to format in PDF using jinja2 and pdfkit
to download the dependencies:
pip install -r requirements.txt
- in jsonAuth.py change the value of client_id to your client ID from MAL API
example:
# your id is < 1234ABCD!@#$ >:
client_id = '1234ABCD!@#$'
-
a secret file named '.client_ID.json' will be generated with your id
-
run 'main.py' and enjoy!