{"id":22922851,"url":"https://github.com/aaltatan/wpu-cli","last_synced_at":"2026-05-16T17:34:38.219Z","repository":{"id":256183436,"uuid":"850278914","full_name":"aaltatan/wpu-cli","owner":"aaltatan","description":"CLI application for make some automation tasks on EduTech application","archived":false,"fork":false,"pushed_at":"2025-09-28T19:24:04.000Z","size":172,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-28T21:19:14.523Z","etag":null,"topics":["cli","playwright","playwright-python","python","typer","xlwings"],"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/aaltatan.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":"2024-08-31T10:45:21.000Z","updated_at":"2025-09-28T19:24:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"4578e732-5aa8-49b5-a009-1659c2cf9225","html_url":"https://github.com/aaltatan/wpu-cli","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"19d89dbcb7dd5fddc5a9e9f99a83cbd59438c379"},"previous_names":["aaltatan/edu-cli","aaltatan/wpu-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aaltatan/wpu-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaltatan%2Fwpu-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaltatan%2Fwpu-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaltatan%2Fwpu-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaltatan%2Fwpu-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaltatan","download_url":"https://codeload.github.com/aaltatan/wpu-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaltatan%2Fwpu-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018009,"owners_count":26086235,"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-10-14T02:00:06.444Z","response_time":60,"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":["cli","playwright","playwright-python","python","typer","xlwings"],"created_at":"2024-12-14T08:13:29.217Z","updated_at":"2026-05-16T17:34:38.213Z","avatar_url":"https://github.com/aaltatan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wpu-cli\n\nCLI application for make some automation tasks.\n\n## Environment Variables\n\n```env\n# Edutech App\nEDUTECH_USERNAME=your_username # edutech username\nEDUTECH_PASSWORD=your_password # edutech password\nEDUTECH_TIMEOUT_AFTER_INSERTING_ROWS=5000 # timeout for playwright between rows insertion\nEDUTECH_GENERAL_ACCOUNTING_URL=http://edu/?sc=504#/_FIN/ACT/menu.php\n\n\n# Fuzz App\nFUZZ_DEFAULT_ACCURACY=60 # default accuracy for fuzzy matching\nFUZZ_DEFAULT_LIMIT=5 # default limit for fuzzy matching\nFUZZ_DEFAULT_SCORER=q # default scorer for fuzzy matching\nFUZZ_DEFAULT_REMOVE_DUPLICATED=1 # default remove duplicated for fuzzy matching\nFUZZ_DEFAULT_WRITER=choices-xlsx # default writer for fuzzy matching\n\n# Whatsapp App\n## web\nWHATSAPP_WEB_DEFAULT_BASE_URL=https://web.whatsapp.com # default base url for whatsapp app\nWHATSAPP_WEB_DEFAULT_MIN_TIMEOUT_BETWEEN_MESSAGES=3 # default min timeout between messages in seconds for whatsapp app\nWHATSAPP_WEB_DEFAULT_MAX_TIMEOUT_BETWEEN_MESSAGES=6 # default max timeout between messages in seconds for whatsapp app\nWHATSAPP_WEB_DEFAULT_MIN_SEND_SELECTOR_TIMEOUT=10000 # default min send selector timeout in milliseconds for whatsapp app\nWHATSAPP_WEB_DEFAULT_MAX_SEND_SELECTOR_TIMEOUT=15000 # default max send selector timeout in milliseconds for whatsapp app\nWHATSAPP_WEB_DEFAULT_PAGELOAD_TIMEOUT=60000 # default pageload timeout in milliseconds for whatsapp app\n## desktop\nWHATSAPP_DESKTOP_DEFAULT_TIMEOUT_AFTER_OPENING=2 # default timeout after opening hyperlink in seconds for whatsapp desktop app\nWHATSAPP_DESKTOP_DEFAULT_BETWEEN_MESSAGES=1 # default timeout between messages in seconds for whatsapp desktop app\nWHATSAPP_DESKTOP_DEFAULT_CHECKING_LOOP=15 # default checking loop in seconds for whatsapp desktop app\n\n# Template App\nTEMPLATES_DEFAULT_SINGLE_DOCX_TEMPLATE_DATA_VARIABLE=data # default data key for generated single file\nTEMPLATES_DEFAULT_XLSX_MULTIPLE_ROWS_TEMPLATE_GROUP_VARIABLE=data # default grouped key for generated multiple rows\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaltatan%2Fwpu-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaltatan%2Fwpu-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaltatan%2Fwpu-cli/lists"}