h7ml/GitHub OAuth Auto Login
自动登录 GitHub(支持 2FA),输出 Session Cookie 供其他站点 OAuth 使用
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| username | GitHub 用户名 | yes | — |
| password | GitHub 密码 | yes | — |
| session_cookie | 已有的 GitHub Session Cookie(可选,用于快速登录) | no | — |
| tg_bot_token | Telegram Bot Token(2FA 验证码接收) | no | — |
| tg_chat_id | Telegram Chat ID(2FA 验证码接收) | no | — |
| repo_token | GitHub Personal Access Token(自动更新 GH_SESSION Secret) | no | — |
| repository | GitHub Repository(格式: owner/repo,自动更新 Secret 用) | no | — |
Outputs
| name | description |
|---|---|
| gh_session | GitHub Session Cookie (user_session) |
| login_status | 登录���态(success/failed) |