--- extends: base.j2 default_block: main title: Web Outside of Browsers description: Web Outside of Browsers feeds: - {url: "https://woob.tech/news.atom", title: "Latest news" } - {url: "http://updates.woob.tech/stable/main/rss2.xml", type: "application/rss+xml", title: "Last update of modules" } --- {% from "modules.j2" import render_popular_modules with context %}

what What is woob

woob is a collection of applications able to interact with websites, without requiring the user to open them in a browser. It also provides well-defined APIs to talk to websites lacking one.

why Why use woob

competition What sets woob apart

GET WOOB 2.0Released on Thursday 13 February 2020

tech Technologies

contact Contact

Email

Send us an email at woob@woob.tech.

Mailing list

Subscribe to the mailing list and read the older threads in the archives.

IRC

Join #woob on Freenode.

{% macro render_authors(side) -%} {% for entry in authors.entries['people'] -%}
{{ entry.name }}
{{ entry.name | e }} {{ entry.commits | e}} {% if entry.commits > 1 %}patches{% else %}patch{% endif %}
{%- endfor %} {%- endmacro %}

org Organizations

{% for entry in authors.entries['org'] -%} {{ entry.name | e }} {%- endfor %}

contributors Contributors {{ authors.entries['people']|length }}

{{ render_authors('left') }}