Automatically fetch the daily LeetCode problem and get it delivered to your phone via SMS. Perfect for coding enthusiasts and study groups!
TextBelt Response: {"success":false,"error":"Sorry, free SMS are disabled for this country due to abuse."}
- Fetches the daily LeetCode problem.
- Sends the problem title and link via SMS using TextBelt.
- Free to use and deploy.
- The script fetches the daily problem from LeetCode's GraphQL API.
- It formats the problem title and link into an SMS.
- The SMS is sent to your phone using TextBelt's free SMS service (https://textbelt.com/)
- The entire process is automated and runs daily.
I was able to get the graphql query that fetches this question
- Clone the repository:
https://github.com/mohit-nagaraj/LeetCode-Notifier.git
- Replace the phone number in main.go with your own.
- Deploy using GitHub Actions or Heroku Scheduler.
This project is licensed under the MIT License. See LICENSE for details.
Feel free to open issues or submit pull requests. Contributions are welcome!
Made with ❤️ by Momo