Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Archive bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Katze719 committed Sep 8, 2024
1 parent 8ceef77 commit c0c58e7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Version 5.0.4 - 2024-09-08

# BSZET_IT_BOT (Archived)

## 🚀 Why Is This Project Archived?
Our school has introduced an official app that provides real-time timetable updates, rendering this bot obsolete. While it was a helpful tool during its time, this repository will no longer be maintained or updated.

## 🛑 Archive Notice
As of 08.09.2024, this project is officially archived. No further updates or bug fixes will be provided. Feel free to explore the code, but please note that it might not work with the current systems in place at our school.

---

Version 5.0.3 - 2024-07-10

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
import os
from bsz_bot import BSZ_BOT, setup_tasks, send_update_info, Plan, log

os.environ['SETTINGS_VOLUME'] = '/settings'
os.environ['SETTINGS_VOLUME'] = './settings'

SUBSTITUTION_PLAN_PDF_URL = "https://geschuetzt.bszet.de/s-lk-vw/Vertretungsplaene/vertretungsplan-bs-it.pdf"

# Benutzername und Passwort für die Authentifizierung
USERNAME = "bsz-et-2324"
PASSWORD = "schulleiter#23"

CURRENT_VERSION = "v5.0.3"
CURRENT_VERSION = "v5.0.4"
CURRENT_VERSION_FILE = f"{os.getenv('SETTINGS_VOLUME')}/version.txt"

if __name__ == '__main__':
Expand Down

0 comments on commit c0c58e7

Please sign in to comment.