Automation-scripts icon indicating copy to clipboard operation
Automation-scripts copied to clipboard

Create CP Notifier Script

Open Kirti-Pant opened this issue 1 year ago • 2 comments

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:

  1. Configurable Settings: Easily enable or disable notification methods and set up your email and SMS configurations.
  2. Competition Monitoring: Fetches upcoming competitions, which can be customized based on user preferences.
  3. 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.

Kirti-Pant avatar Oct 27 '24 08:10 Kirti-Pant

@pawangeek , I've uploaded my PR

Kirti-Pant avatar Oct 27 '24 08:10 Kirti-Pant

Hey @Kirti-Pant Please see the check boxes and make the contribution accordingly, (in a folder, with readme, requirements etc.)

pawangeek avatar Oct 27 '24 10:10 pawangeek