No description
Find a file
2025-03-02 15:21:31 +01:00
.env.sample first working version 2025-03-02 15:21:31 +01:00
.gitignore first working version 2025-03-02 15:21:31 +01:00
main.py first working version 2025-03-02 15:21:31 +01:00
README.md first working version 2025-03-02 15:21:31 +01:00
requirements.txt first working version 2025-03-02 15:21:31 +01:00

zst-38-notatki

What does this do?

This python script downloads messages from an IMAP server, blindly parses them trying to extract the shitty-formatted notes our teacher sends us, and then saves them as JSON to be served by a webserver.

Setup

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
cp .env.sample .env
nano .env
python3 main.py