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.txtto install associated libraries - Download the file
api/key.jsonfromFirebaseconsole for cache access - Install
google-chromeand a compatiblechromedriver - Edit the
executable_pathforchromedriverinapi/helpers/scrape.pyif 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 2048android/gradle.properties
...
RELEASE_STORE_PASSWORD=<storepass>
RELEASE_KEY_PASSWORD=<keypass>
- Setup Firebase Securtiy
- Release on PlayStore
- Take care to use compatible versions for
google-chromeandchromedriver. Refer this answer on StackOverflow.