{"id":25485033,"url":"https://github.com/hibare/go-yts","last_synced_at":"2026-04-27T16:31:12.664Z","repository":{"id":61625598,"uuid":"541162647","full_name":"hibare/go-yts","owner":"hibare","description":"Scrape YTS sites for trending movies","archived":false,"fork":false,"pushed_at":"2026-04-25T05:27:57.000Z","size":9109,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-25T07:28:05.741Z","etag":null,"topics":["bot","docker","go","movies","yts"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hibare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-25T12:23:28.000Z","updated_at":"2026-04-25T05:26:45.000Z","dependencies_parsed_at":"2023-02-19T11:30:39.472Z","dependency_job_id":"dbb0f8ac-9bb4-47b3-9098-77ccb2090f28","html_url":"https://github.com/hibare/go-yts","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/hibare/go-yts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibare%2Fgo-yts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibare%2Fgo-yts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibare%2Fgo-yts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibare%2Fgo-yts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hibare","download_url":"https://codeload.github.com/hibare/go-yts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hibare%2Fgo-yts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32345802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["bot","docker","go","movies","yts"],"created_at":"2025-02-18T18:34:29.945Z","updated_at":"2026-04-27T16:31:12.644Z","avatar_url":"https://github.com/hibare.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go-YTS\n\nGolang program to watch for `Popular Downloads` on YTS and send notifications.\n\nScript uses web scrapping methodology to check for popular downloads.\n\n## Deployment / Execution\n\nThere are two ways to run this program.\n\n1. Run binary directly on host.\n2. Run in Docker\n\n### Run binary directly on host\n\nFor each release, binaries are published on Github release page using goreleaser.\n\n- Download platform specific binary from Github release page.\n- Build binary on the host\n\nTo build binary on the host, clone this repo and execute following command in the root of project directory.\n\n```shell\ngo build -o /bin/go_yts ./cmd/yts/main.go\n```\n\nRename file `app.env.example` to `app.env` and populate all environment variables required for the program to execute. Alternatively, you can export environment variables.\n\n### Run in Docker\n\ngo-cyts is packaged as docker container. Docker image is available on [Docker Hub](https://hub.docker.com/r/hibare/go-yts).\n\nUse following docker-compose.yml definition to run it in Docker.\n\n```shell\nversion: \"3.7\"\nservices:\n  go-yts:\n    image: hibare/go-yts\n    container_name: go-yts\n    hostname: go-yts\n    restart: always\n    environment:\n      - GO_YTS_SCHEDULE=0 */4 * * *\n      - GO_YTS_DATA_DIR=/data\n    volumes:\n        - go-yts:/data\nvolumes:\n  go-yts:\n```\n\n## Environment Variables\n\n| Variable                 | Description                                         | Default Value  |\n| ------------------------ | --------------------------------------------------- | -------------- |\n| GO_YTS_SCHEDULE                 | Internal cron schedule. Uses standard cron notation | 0 \\/4 \\* \\* \\* |\n| GO_YTS_DATA_DIR                 | Directory to store db files                     | /data          |\n| GO_YTS_HTTP_REQUEST_TIMEOUT     | Request timeout value for scrapper                  | 60 Seconds     |\n| GO_YTS_NOTIFIER_DISCORD_WEBHOOK | Discord notification webhook                        | -              |\n| GO_YTS_NOTIFIER_DISCORD_ENABLED | Discord notification status                         | false          |\n| GO_YTS_LOG_LEVEL                | Log Level (INFO, ERROR, WARN, DEBUG)                | INFO           |\n| GO_YTS_LOG_MODE                 | Log mode (PRETTY, JSON)                             | PRETTY         |\n\n## Notifications\n\nCurrently, only Discord is supported as notification destinations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhibare%2Fgo-yts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhibare%2Fgo-yts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhibare%2Fgo-yts/lists"}