https://github.com/jodoglevy/gargl
Record web requests as they happen and turn them into reusable code in any programming language.
https://github.com/jodoglevy/gargl
Last synced: 7 months ago
JSON representation
Record web requests as they happen and turn them into reusable code in any programming language.
- Host: GitHub
- URL: https://github.com/jodoglevy/gargl
- Owner: jodoglevy
- License: mit
- Created: 2013-09-28T00:22:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T02:10:30.000Z (about 9 years ago)
- Last Synced: 2024-01-28T23:11:58.364Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 1.89 MB
- Stars: 510
- Watchers: 37
- Forks: 59
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- useful-java-links - Gargl - Record web requests as they happen and turn them into reusable code in any programming language. 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. License: [MIT](https://opensource.org/licenses/MIT) , [](https://github.com/jodoglevy/gargl).  (I. Development / 2. Web development)
README
# 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](http://jodoglevy.com/jobloglevy/?p=5).
### 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](https://github.com/KarolTx/pygargl)
* generate python libraries from gargl template files
* dynamically loads gargl template files (no compilation needed)
* supports XPath queries