{"id":16024927,"url":"https://github.com/shuienko/noclouds","last_synced_at":"2025-08-21T08:10:12.313Z","repository":{"id":211642071,"uuid":"727693276","full_name":"shuienko/noclouds","owner":"shuienko","description":"Platform to monitor cloud cover and alert when sky is going to be clear","archived":false,"fork":false,"pushed_at":"2025-01-17T22:18:39.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T11:33:48.938Z","etag":null,"topics":["astrophotography","forecast","open-meteo","telegram"],"latest_commit_sha":null,"homepage":"","language":"Go","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/shuienko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2023-12-05T11:36:33.000Z","updated_at":"2025-01-17T22:18:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed86b6f5-4ddb-452f-b49f-919cf3c49eb9","html_url":"https://github.com/shuienko/noclouds","commit_stats":null,"previous_names":["shuienko/noclouds"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shuienko/noclouds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuienko%2Fnoclouds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuienko%2Fnoclouds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuienko%2Fnoclouds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuienko%2Fnoclouds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shuienko","download_url":"https://codeload.github.com/shuienko/noclouds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuienko%2Fnoclouds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271448360,"owners_count":24761433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["astrophotography","forecast","open-meteo","telegram"],"created_at":"2024-10-08T19:40:35.074Z","updated_at":"2025-08-21T08:10:12.288Z","avatar_url":"https://github.com/shuienko.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# noclouds [![Docker Build and Push](https://github.com/shuienko/noclouds/actions/workflows/docker-image.yml/badge.svg)](https://github.com/shuienko/noclouds/actions/workflows/docker-image.yml)\n\nPlatform to monitor cloud cover and alert when sky is going to be clear.\n\n## build\n```\ndocker build -t noclouds .\n```\n\n## deploy\nRun as a docker container. TG_BOT_TOKEN, CHAT_ID, LAT and LON must be set.\n```\ndocker run -it -e \u003csee environment variables below\u003e noclouds\n```\n\n### Environment variables\n#### Mandatory\n- `LAT` - Latitude of your chosen location. Default: ``\n- `LON` - Longitude of your chosen location. Default: ``\n- `CHAT_ID` - Telegram ChatID where all notifications will be sent. Default: ``\n- `TG_BOT_TOKEN` - Telegram bot token. Default: ``\n\n#### Optional\n- `API_ENDPOINT` - Open-Meteo API Endpoint. Default: `https://api.open-meteo.com/v1/forecast?`\n- `REQUEST_PARAMS` - Open-Meteo API request parameters. Default: `temperature_2m,cloud_cover_low,cloud_cover_mid,cloud_cover_high,wind_speed_10m,wind_gusts_10m`\n- `STATE_FILE_PATH` - Path to text file with the status. Default: `state.txt`\n- `MAX_CLOUD_COVER` - Maximum acceptable percentage of clouds per layer. Default: `25`\n- `MAX_WIND` - Maximum acceptable wind gusts speed in km/h. Default: `20`\n- `NIGHT_STARTS_AT` - All events will be taked into account starting from this hour if the day. Dafault: `22`\n- `NIGHT_ENDS_AT` - All events will be taken into account before this hour if the day. Dafault: `5`\n- `GOOD_WEATHER_WINDOW` - Weather will be considered as \"good\" only if GOOD_WEATHER_WINDOW hours in a row weather is good. Default: `4`\n- `CRON_EXPRESSION` - Background weather checks will be performed with this schedule. Default: `0 10,20 * * *`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuienko%2Fnoclouds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuienko%2Fnoclouds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuienko%2Fnoclouds/lists"}