Create CP Notifier Script
The Competitive Programming Notifier Script is a Python tool that alerts users about upcoming coding competitions from selected websites. It offers three notification methods:
Desktop Notifications: Instant alerts on your computer. Email Notifications: Detailed emails with competition info. SMS Notifications: Alerts sent directly to your mobile phone. Key Features:
- Configurable Settings: Easily enable or disable notification methods and set up your email and SMS configurations.
- Competition Monitoring: Fetches upcoming competitions, which can be customized based on user preferences.
- Regular Checks: Runs continuously to ensure timely updates.
This script is perfect for competitive programmers and coding enthusiasts, helping them stay informed and manage their schedules effectively.
Pull Request Template
script name -
Brief about script
Issue no.(must) -
Self Check(Tick After Making pull Request)
- [ ] This issue was assigned to me.
- [x] One Change in one Pull Request
- [ ] My file is in proper folder (Name of folder should be in lowercase with no space in between) (E.g. meet_schedular)
- [ ] I am following clean code and Documentation and my code is well linted with flake8.
- [ ] I have added README.md and requirements.txt (Include version numbers too e.g. pandas==0.0.1) with my script
- [ ] I have used REPO README TEAMPLATE (Necessary)
- [ ] Just including required dependencies in requirements.txt (Don't include Python version too)
If issue was not assigned to you Please don't make a PR. It will marked as invalid.
@pawangeek , I've uploaded my PR
Hey @Kirti-Pant Please see the check boxes and make the contribution accordingly, (in a folder, with readme, requirements etc.)