tryolabs/requestium
Integration layer between Requests and Selenium for automation of web actions. observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3351
- days_rel: n/a
- days_push: 10
- n_releases_24m: 0
Adoption not part of the score
1830 stars · 143 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity active
http-client web-scraping parser web-development crawlers developer-tools python cross-platform selenium requests parsel web-automation session-management browser-automation automation
2 sources
- readme: https://github.com/tryolabs/requestium · fetched 2026-08-28 · ba02e0bd75ba
- registry_pypi: https://pypi.org/pypi/requestium/json · fetched 2026-08-29 · 9e8eb361dde0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tryolabs/requestium | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="tryolabs/requestium")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem