Kaggle calendar using Kaggle API and Google Calendar API.
- Python 3.6
- pipenv
- Kaggle API
- Google Calendar API
- Clone code
$ git clone https://github.com/Doarakko/kaggle-calendar
$ cd kaggle-calendar
- Install Python library
$ pipnv shell
- Enter your environment variables
.env
KAGGLE_KEY = abcdef
KAGGLE_USERNAME = john
GOOGLE_APPLICATION_CREDENTIALS = {
"access_token": "gaerigae"
...
}
$ mv .env.example .env
calendar.json
Enter your calendar id
{
"all": {
"id": "[email protected]",
"name": "all",
"data": null,
"colorId_1": "1",
"colorId_2": "2"
},
...
- Run on local
$ python main.py
$ open public/index.html
Welcome issue and pull request.
MIT
Doarakko