o-browser-vivatech
VivaTech exhibitors directory adapter for o-browser.
Scrapes the vivatech.com exhibitors directory (a Next.js App Router site — no public REST API): the listing via its paginated Server Action, each exhibitor's full record (49 fields: website, LinkedIn, city, headcount, funding, "looking for", full description…) from the SSR flight payload. Requests are replayed from inside the page to pass the anti-bot, so a headful Chrome with a persistent profile is required (headless gets a 403).
Install
pip install o-browser-vivatech
Usage
from o_browser import load_site
VivaTechClient = load_site("vivatech") # registered via the o_browser.sites entry-point
async with VivaTechClient(profile_path="~/.config/browser/vivatech") as vt:
exhibitors = await vt.scrape(enrich=True) # ~2100 exhibitors, full records
Also available as oto browser vivatech via oto-cli[vivatech].
Release files for o-browser-vivatech 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| o_browser_vivatech-0.1.1.tar.gz | 4.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| o_browser_vivatech-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.3 kB
Release files / o_browser_vivatech-0.1.1.tar.gz
| Download URL | o_browser_vivatech-0.1.1.tar.gz |
|---|---|
| Size | 4.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
79593310bb80c8eedd66350c4e7271d097cfab3a926cbd2e2802acd877341a84
|
|
BLAKE2b-256 checksum How to use checksums |
dcd9e45dc007cb529df878b409b4aa0ae0c4817aeb5d5372fc0b0a8fddd94671
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.4
|
Release files / o_browser_vivatech-0.1.1-py3-none-any.whl
| Download URL | o_browser_vivatech-0.1.1-py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
22185907ff981281fb33f75219d666a35cac53b67e265a07eee64eca4aacc4f3
|
|
BLAKE2b-256 checksum How to use checksums |
5c3d0adc4bc174211960302ddc0cf5b4bfa7cb1f2ab6b48d9fb5e246e7f913f1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.4
|