zst-38-notatki/README.md

21 lines
931 B
Markdown
Raw Permalink Normal View History

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
```bash
2025-03-02 15:31:09 +01:00
git clone https://git.mandarynki.eu/maciej/zst-38-notatki
cd zst-38-notatki
2025-03-02 15:21:31 +01:00
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
cp .env.sample .env
nano .env
python3 main.py
```
2025-03-03 21:11:25 +01:00
## LICENSE
2025-03-03 21:12:33 +01:00
This project is licensed under [CC0](https://creativecommons.org/publicdomain/zero/1.0/deed). You're free to do whatever the hell you want with it. If you want to, you can also consider it licensed under [WTFPL](https://en.wikipedia.org/wiki/WTFPL) or [EVVKTVH](https://evvk.com/evvktvh.html).
2025-03-03 21:11:25 +01:00
No guarantees are given. If you choose to use this code and you point a finger at me for messing up your stuff, I'll happily stand there and laugh at you.