{"id":24923204,"url":"https://github.com/doarakko/kaggle-competition-notification","last_synced_at":"2026-05-03T21:35:08.653Z","repository":{"id":114207878,"uuid":"185759881","full_name":"Doarakko/kaggle-competition-notification","owner":"Doarakko","description":"Notify new kaggle competition to Slack or LINE without coding","archived":false,"fork":false,"pushed_at":"2022-12-08T05:52:49.000Z","size":347,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-03T21:35:08.301Z","etag":null,"topics":["heroku","kaggle","kaggle-competition","line","slack"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Doarakko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"Doarakko"}},"created_at":"2019-05-09T08:38:09.000Z","updated_at":"2020-12-13T05:44:53.000Z","dependencies_parsed_at":"2023-06-16T00:15:08.481Z","dependency_job_id":null,"html_url":"https://github.com/Doarakko/kaggle-competition-notification","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Doarakko/kaggle-competition-notification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doarakko%2Fkaggle-competition-notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doarakko%2Fkaggle-competition-notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doarakko%2Fkaggle-competition-notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doarakko%2Fkaggle-competition-notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Doarakko","download_url":"https://codeload.github.com/Doarakko/kaggle-competition-notification/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Doarakko%2Fkaggle-competition-notification/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["heroku","kaggle","kaggle-competition","line","slack"],"created_at":"2025-02-02T11:36:47.769Z","updated_at":"2026-05-03T21:35:08.636Z","avatar_url":"https://github.com/Doarakko.png","language":"Python","funding_links":["https://github.com/sponsors/Doarakko"],"categories":[],"sub_categories":[],"readme":"# Kaggle Competition Notification\n\n[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)\n\nNotify new [kaggle](https://kaggle.com) competition to Slack or LINE without coding.\n\n## Requirements\n\n- Kaggle API\n- Heroku\n- Credit card\n  - It does not take money, to sign up and deploy heroku\n- [Slack](https://api.slack.com/incoming-webhooks) or [LINE](https://notify-bot.line.me)\n\n## Usage\n\n### 1. Press button(`Deploy to Heroku`) and enter environment variables\n\nYou need to enter your credit card information to use [Heroku Scheduler](https://devcenter.heroku.com/articles/scheduler).  \nStandard plan is free, so please don't worry.\n\n![](img/enter-config-vars.png)\n\n### 2. Set task on Heroku\n\n![](img/select-scheduler.png)\n\nSet `Schedule` with `Every 10 minutes`.\n\n![](img/set-schedule.png)\n\n```\n# assume to run once every 10 minutes\nnow = datetime.datetime.utcnow()\nif self.start_date \u003e= now - datetime.timedelta(minutes=10):\n    self.notify_message = NEW_COMPETITION\nelse:\n    self.notify_message = DO_NOT_NOTIFY\n```\n\n## Sample\n\n- Slack\n\n![](img/slack-sample.png)\n\n- LINE\n\n![](img/line-sample.png)\n\n## Contribution\n\nWelcome issue and pull request.\n\n## License\n\nMIT\n\n## Author\n\nDoarakko\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoarakko%2Fkaggle-competition-notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoarakko%2Fkaggle-competition-notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoarakko%2Fkaggle-competition-notification/lists"}