qiandao is a self-hosted framework for automating recurring website check-ins and similar HTTP workflows. Users capture a successful login and check-in session as a HAR file, then convert the recorded requests into a reusable template. The editor supports Jinja2 variables, headers, cookies, extracted values, regular expressions, and response assertions. Templates can be tested step by step before they are uploaded, published, or used for repeated execution. The web application supports user accounts, administrator roles, shared public templates, and optional MySQL or Redis services. A command-line runner can execute individual HAR templates with variables and environment files. The original repository is now a legacy implementation and directs users to a separately maintained successor for newer development.
Features
- HAR-based website workflow recording
- Jinja2 variables, headers, and cookies
- Regular-expression data extraction
- Request testing and response assertions
- User accounts and public template sharing
- Web, command-line, MySQL, and Redis support