Harshith1702/leetcode-discord-reporter — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a small Python automation bot that posts my daily LeetCode solved problems into a Discord channel automatically every night, even if my computer is off.

It should use my LeetCode username and session cookies, fetch the problems I got accepted today, and send a simple Discord webhook message like “Today 3 problems” with the problem links. If I did not solve anything, it should still post “No problems solved today”. I want it to run from GitHub Actions, with all private values stored as GitHub Secrets, not hardcoded.

Please include the workflow file, the main script, and a clear README that explains how to get the LeetCode cookies, create the Discord webhook, add the secrets, and trigger it on a nightly schedule around 10:15 PM IST using an external cron service for reliable timing. Make it easy to adjust the tracking window and number of submissions later.

Want more depth? Deep Reverse