{"id":26280815,"url":"https://github.com/mml0/autologin","last_synced_at":"2025-03-14T15:17:57.595Z","repository":{"id":211568555,"uuid":"729483136","full_name":"MML0/AutoLogin","owner":"MML0","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-31T17:51:17.000Z","size":238,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-31T21:33:54.449Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/MML0.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":"2023-12-09T11:27:08.000Z","updated_at":"2024-07-31T17:54:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"496329fe-8a72-41e2-b181-c825a2cc0c47","html_url":"https://github.com/MML0/AutoLogin","commit_stats":null,"previous_names":["mml0/autologin"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MML0%2FAutoLogin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MML0%2FAutoLogin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MML0%2FAutoLogin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MML0%2FAutoLogin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MML0","download_url":"https://codeload.github.com/MML0/AutoLogin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243597836,"owners_count":20316845,"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":[],"created_at":"2025-03-14T15:17:56.924Z","updated_at":"2025-03-14T15:17:57.580Z","avatar_url":"https://github.com/MML0.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoLogin\n\n## Overview\n**AutoLogin** is an application designed to automate the login process , making it easier for users to access their accounts without manually entering credentials each time.\n\n## Download Links\n\n### Android Version\nYou can download the Android APK to automate the login process:\n\n- [Download AutoLogin APK](https://github.com/MML0/AutoLogin/releases/download/apk/AutoLogin.apk)\n\n### Windows Version\nFor Windows users, a batch file is provided to automate the login:\n\n1. **Edit User Credentials**: Open the batch file in Notepad and update the username and password with your own.\n2. **Save the File**: Ensure the file is saved with a `.bat` extension.\n\n- [Download AutoLogin Batch File](https://github.com/MML0/AutoLogin/blob/main/auto%20login.bat)\n\n### Sample Batch File\nBelow is an example of the batch script used for automation:\n\n```batch\n@echo off\nsetlocal\n\n::change this \nset username=01asdxxx\nset password=ad12xxx\n\nset url=http://10.10.10.10:8090/login.xml\nset referer=http://10.10.10.10:8090/httpclient.html\nset mode=191\nset producttype=0\n\nfor /f \"tokens=*\" %%A in ('powershell -command \"[Math]::floor((Get-Date).ToUniversalTime().Subtract((Get-Date).ToUniversalTime().Date).TotalSeconds)\"') do set \"timestamp=%%A\"\n\ncurl -X POST ^\n    -H \"User-Agent: %user_agent%\" ^\n    -H \"Referer: %referer%\" ^\n    -d \"mode=%mode%\u0026username=%username%\u0026password=%password%\u0026a=%timestamp%\u0026producttype=%producttype%\" ^\n    %url%\n\ntimeout /t 4 /nobreak \u003enul\n\nendlocal\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmml0%2Fautologin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmml0%2Fautologin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmml0%2Fautologin/lists"}