# SpiderClub/smart_login

各大网站登陆方式，有的是通过selenium登录，有的是通过抓包直接模拟登录（精力原因，目前不再继续维护）

Repository: https://github.com/SpiderClub/smart_login
Canonical: https://ross.abutalabs.com/products/smart_login
Language: Python
License: MIT
License Family: permissive
Last push: 2022-07-26T16:29:10+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3807, "days_push": 1499, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1008, forks 343 (observed 2026-08-28T04:03:12.714920+00:00)

## What it is
A Python collection of simulated login implementations for major Chinese websites (Weibo, Zhihu, QQ Zone, JD, Baidu, etc.), using either direct request emulation or selenium+webdriver. It is a research/educational resource for analyzing login flows including RSA and Base64 encryption, and is no longer maintained.

## Use cases
- log in to weibo programmatically without a browser
- simulate login to zhihu or qq zone with python
- scrape sites that require login by reusing session cookies
- learn how website login encryption like rsa works
- get cookies via selenium then use requests for fast crawling
- understand how to reverse engineer a login flow

## When to choose
- you need to study how simulated login and login encryption work on Chinese sites
- you want selenium-based login fallbacks for hard-to-automate sites
- you need reference code for weibo or zhihu login analysis

## When to avoid
- you need a maintained solution - the project is explicitly unmaintained and site changes break the code
- you need captcha handling - none is implemented
- you need login automation for sites not in the covered list

## Facets
- artifact type: library
- maturity: abandoned
- function: web-scraping, auth, http-client
- domain: crawlers, web-development
- platform: python, cross-platform
- tags: simulated-login, selenium, cookies, captcha-free, weibo, zhihu, reverse-engineering-login, automation

## Member repositories
- SpiderClub/smart_login (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:12.714920+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:12:07.063666+00:00, confidence not recorded.
  - readme: https://github.com/SpiderClub/smart_login (fetched 2026-08-28T04:03:12.714920+00:00, sha ebb74a581ddc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
