TedjaSatedji/sapdaplaywright — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python automation tool for SPADA attendance. I want it to support multiple students, each with their own login, schedule file, Telegram chat ID, and Discord user ID.

The app should check each student’s schedule, detect when a class is starting soon, log in to SPADA, and submit attendance automatically. It should send Telegram or Discord notifications when attendance succeeds, fails, or needs attention. Please include retry logic and clear error messages so it doesn’t silently fail.

I also want Telegram and Discord bot commands so users can set up their SPADA credentials, edit or check them, upload or manage their class schedule, see their status, and delete their saved data. If someone uploads a timetable image, use Gemini to turn it into the right CSV schedule format.

Make it runnable from the command line and also with Docker Compose, with separate services for the Telegram bot, Discord bot, and the attendance runner that checks every few minutes. Look up current docs online if you need to.

Want more depth? Deep Reverse