koba-e964 / atcoder_calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atcoder_calender

AtCoderの公式(?)カレンダーが更新されていないことがあるのでAPIの使い方やクラウド上での定期実行などの勉強も兼ねて作ってみることにした。

自分のGoogleカレンダーに追加する

main.py

このソースコードを Google Cloud Functions で実行しています。 定期実行には Cloud Scheduler を活用しました。

リンタの掛け方

※pylint のインストールが必要です。
pylint --rcfile=./pylintrc main.py

About

License:MIT License


Languages

Language:Python 100.0%