Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
/ httpbot Public archive

Configurable http bot for scripting semi complex http requests

Notifications You must be signed in to change notification settings

smee/httpbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This library uses httpunit for simulating a web browsing session. All browsing commands
get specified via a xml file. A batch of browsing commands is called 'robotPlan'. This plan consists
of steps. The resulting download after each step can be retrieved.

Implemented steps can be looked up in de.elatexam.httprobot.


The main method is in de.elatexam.httprobot.

Calling
=======

Calling example: java -cp target/classes <robotplan-xml> <parameters...>
where parameters look like 'name:value'. 

loglevel is a fixed parameter which toggles the details of log messages. Logfiles will be found
in ./log.


About

Configurable http bot for scripting semi complex http requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages