https://github.com/pranavchiku/scheduler
A coding contest calendar. Website which reminds you when the contest start on your discord servers and email.
https://github.com/pranavchiku/scheduler
Last synced: 3 months ago
JSON representation
A coding contest calendar. Website which reminds you when the contest start on your discord servers and email.
- Host: GitHub
- URL: https://github.com/pranavchiku/scheduler
- Owner: Pranavchiku
- Created: 2021-12-23T03:51:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T16:21:49.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T01:13:26.633Z (5 months ago)
- Language: Python
- Homepage: https://chrome.google.com/webstore/detail/competitive-programming-q/dkaocaebnjkaogaobgflbaaloclbjpnf?hl=en&authuser=0
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scheduler
[](https://www.djangoproject.com/)
[](https://kontests.net/api)
## Overview
A website developed for reminding you about the coding contests.
It provides you email and discord message as a reminder.## Built using:
- [Django :](https://www.djangoproject.com/) Django documentation used
- [Celery Module :](https://pypi.org/project/django-celery/) Celery module used
- [HTML: ](https://developer.mozilla.org/en-US/docs/Web/HTML) HTML documentation used
- [Javscript: ](https://developer.mozilla.org/en-US/docs/Web/JavaScript) Javscript framework used
- [CSS: ](https://developer.mozilla.org/en-US/docs/Web/CSS) CSS documentation used
- [Kontest Api: ](https://kontests.net/api) API documentation used
## Features
- Tabular representation of upcoming contests.
- Notification 5 mins prior
- On discord
- On email
- Easy search functionality O(logn) complexity
## Extension
Simplified entire application through a chrome extension which shows the contest in upcoming 24 hours.\
Along with that ideated another chrome extension to randomly pick a question from CodeForces platform on the basis of user's rating and selection of topic.