# tryolabs/requestium

Integration layer between Requests and Selenium for automation of web actions.

Repository: https://github.com/tryolabs/requestium
Canonical: https://ross.abutalabs.com/products/requestium
Language: Python
License: BSD-3-Clause
License Family: permissive
Topics: web-automation, requests, selenium, python, interface
Last push: 2026-08-24T00:20:36+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 3351, "days_push": 10, "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 1830, forks 143 (observed 2026-08-28T04:05:41.741790+00:00)

## What it is
Requestium is a Python library that merges Requests, Selenium, and Parsel into a single integrated tool for web automation. It lets scripts written mostly with Requests seamlessly switch to a Selenium webdriver for JavaScript-heavy pages while maintaining the same session.

## Use cases
- scrape websites that mix static and JavaScript-heavy pages
- switch from requests to selenium while keeping cookies and session
- write cleaner xpath and css selectors with parsel integration
- automate login flows and cookie handling across http and browser
- wait reliably for dynamically loading elements in selenium
- run headless browser automation scripts in python

## When to choose
- your automation script mostly uses Requests but needs a real browser for some pages
- you want to keep one session across HTTP requests and Selenium
- you want cleaner selectors and more reliable element waiting/clicking than raw Selenium

## When to avoid
- you only need plain HTTP requests with no JavaScript rendering
- you need a full browser automation framework like Playwright with multi-browser support
- you are building a large-scale distributed crawler rather than scripted automation

## Facets
- artifact type: library
- maturity: active
- function: http-client, web-scraping, parser
- domain: web-development, crawlers, developer-tools
- platform: python, cross-platform
- tags: selenium, requests, parsel, web-automation, session-management, browser-automation, automation

## Member repositories
- tryolabs/requestium (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:41.741790+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-30T03:19:21.112609+00:00, confidence not recorded.
  - readme: https://github.com/tryolabs/requestium (fetched 2026-08-28T04:05:41.741790+00:00, sha ba02e0bd75ba)
  - registry_pypi: https://pypi.org/pypi/requestium/json (fetched 2026-08-29T10:58:22.315877+00:00, sha 9e8eb361dde0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
