{"id":24300591,"url":"https://github.com/23tae/watchapedia-rating-bot","last_synced_at":"2025-06-18T18:05:45.225Z","repository":{"id":218480334,"uuid":"739595790","full_name":"23tae/watchapedia-rating-bot","owner":"23tae","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-25T12:22:39.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-18T18:05:37.175Z","etag":null,"topics":["bot"],"latest_commit_sha":null,"homepage":"","language":"Python","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/23tae.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}},"created_at":"2024-01-06T00:39:04.000Z","updated_at":"2025-04-25T12:22:42.000Z","dependencies_parsed_at":"2024-01-24T12:53:03.530Z","dependency_job_id":"ee66c82c-0304-4082-a426-0620b3d6d1a7","html_url":"https://github.com/23tae/watchapedia-rating-bot","commit_stats":null,"previous_names":["23tae/watchapedia-rating-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/23tae/watchapedia-rating-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/23tae%2Fwatchapedia-rating-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/23tae%2Fwatchapedia-rating-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/23tae%2Fwatchapedia-rating-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/23tae%2Fwatchapedia-rating-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/23tae","download_url":"https://codeload.github.com/23tae/watchapedia-rating-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/23tae%2Fwatchapedia-rating-bot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260606473,"owners_count":23035350,"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","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"],"created_at":"2025-01-16T23:15:00.466Z","updated_at":"2025-06-18T18:05:40.213Z","avatar_url":"https://github.com/23tae.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WatchaPedia Rating Bot\n\n## Overview\n\n이 프로그램은 Selenium을 사용하여 WatchaPedia 웹사이트에서 별점을 조정하는 봇입니다. 이 봇은 특정 유형의 콘텐츠(영화, TV 프로그램, 책, 웹툰)에 대한 별점을 자동으로 변경하는 프로세스를 자동화합니다.\n\n## Prerequisites\n\n사용하기 전에 필요한 의존성이 설치되어 있는지 확인하세요. 다음 명령어로 설치할 수 있습니다.\n\n1. 가상환경 생성\n\n- macOS\n\n  ```shell\n  python3 -m venv .venv\n  ```\n\n- Windows\n\n  ```shell\n  python -m venv .venv\n  ```\n\n2. 가상환경 활성화\n\n- macOS\n\n  ```shell\n  source ./.venv/bin/activate\n  ```\n\n- Windows\n\n  ```shell\n  .\\venv\\Scripts\\activate.bat\n  ```\n\n3. 패키지 설치\n\n  ```shell\n  pip install -r requirements.txt\n  ```\n\n## Usage\n\n### `main.py`\n\n메인 스크립트(main.py)는 프로그램의 진입점입니다. 명령줄 인수를 사용하여 콘텐츠의 유형과 원하는 별점을 지정합니다.\n\n```bash\npython main.py \u003ctype\u003e \u003crating\u003e [limit]\n```\n\n- type: 콘텐츠 유형 (m: 영화, t: TV 프로그램, b: 책, w: 웹툰)\n- rating: 변경하려는 별점으로, 0.5에서 5.0까지 0.5 간격으로 지정합니다.\n- limit (optional): 변경하려는 콘텐츠의 개수로, 1부터 50 사이의 값을 지정합니다. 값을 지정하지 않으면 최대로 설정됩니다.\n\n### `adjust_rating.py`\n\n이 모듈은 Selenium을 사용한 웹 스크래핑 및 별점 조정과 관련된 함수를 포함합니다.\n\n### `check_validity.py`\n\n이 모듈은 명령줄 인수를 확인하고 사용자 입력을 처리하며 콘텐츠 URL을 저장하는 출력 파일을 관리합니다.\n\n## Configuration\n\n`.env` 파일에서 WatchaPedia 계정 정보를 불러옵니다. 이 파일에 올바른 사용자 이름 및 비밀번호를 설정하십시오. (`env.example`에 맞게 입력)\n\n## Execution\n\n1. 명령줄에서 적절한 명령줄 인수와 함께 메인 스크립트를 실행하여 별점 조정 프로세스를 시작합니다.\n\n  ```bash\n  python main.py \u003ctype\u003e \u003crating\u003e\n  ```\n\n2. 봇은 자동으로 WatchaPedia에 로그인하고 지정된 콘텐츠 유형으로 이동하여 별점을 조정합니다.\n\n3. 콘텐츠 URL을 저장하는 출력 파일을 다시 생성할지 여부를 확인하라는 프롬프트가 표시됩니다. 이 파일은 참조용으로 사용되며 향후 조정에 유용할 수 있습니다.\n\n4. 프로세스가 완료되면 프로그램은 별점 조정이 완료되었음을 나타내는 메시지를 표시합니다.\n\n## Disclaimer\n\n본 소프트웨어 사용에 따른 모든 결과에 대한 책임은 사용자에게 있습니다. 개발자는 이에 대해 책임지지 않습니다.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F23tae%2Fwatchapedia-rating-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F23tae%2Fwatchapedia-rating-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F23tae%2Fwatchapedia-rating-bot/lists"}