An app to remind you of upcoming coding contests.
Note
Currently, signing up presents up with a warning about the app may not being safe as we haven't had the verified yet. But, we assure you that the app is not harmful and us and a few of our friends use to regularly without any problems. We'll be starting with the verification process as soon as possible.
- Google Sign-In
- Google Calendar API integration
- Supports
- CodeForces
- AtCoder
- CodeChef
- Execute
pip install -r ./requirements.txt
to install associated libraries - Download the file
api/key.json
fromFirebase
console for cache access - Install
google-chrome
and a compatiblechromedriver
- Edit the
executable_path
forchromedriver
inapi/helpers/scrape.py
if necessary flask run
cd android/app
keytool -genkey -v -keystore release-key.keystore -dname "cn=<cn>, ou=<ou>, o=<o>, c=<c>" -alias key-alias -keypass <keypass> -storepass <storepass> -validity 10000 -keyalg RSA -keysize 2048
android/gradle.properties
...
RELEASE_STORE_PASSWORD=<storepass>
RELEASE_KEY_PASSWORD=<keypass>
- Setup Firebase Securtiy
- Release on PlayStore
- Take care to use compatible versions for
google-chrome
andchromedriver
. Refer this answer on StackOverflow.