jodoglevy / gargl

Record web requests as they happen and turn them into reusable code in any programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gargl

Overview

Gargl - Generic API Recorder and Generator Lite. Pronounced "Gargle."

Automate any website. Record web requests as they happen and turn them into reusable code in any programming language.

Read more here.

Folder Hierarchy:

Recorders

The recorders folder contains gargl recorders implemented for different browsers / programs, which let you record Gargl template files (.gtf).

Generators

The generators folder contains gargl generators for different programming languages. These generators let you convert Gargl template files into modules of a chosen programming language.

Templates

The templates folder contains Gargl template files which have already been recorded for various web sites, as well as a sample Gargl template file to show the schema.

Related Work

  • pygargl
    • generate python libraries from gargl template files
    • dynamically loads gargl template files (no compilation needed)
    • supports XPath queries

About

Record web requests as they happen and turn them into reusable code in any programming language.

License:MIT License


Languages

Language:Java 61.7%Language:JavaScript 31.3%Language:HTML 6.6%Language:CSS 0.3%