OverviewThis package contains a collection of robots written in Python. It can be easily installed through easy_install or pip using the Pypi package: [sudo] easy_install jlddk Related projectsRobots
Any module.function accessible in the system throught the default Python interpreter can be used. If the module.function returns None, then nothing is sent to stdout.
NOTE: Make sure that the source_path files can be deleted by the jldwebdl process or else the same files might get downloaded repeatedly.
For each line of the file, the following JSON string is sent on stdout:
jldcomp
Lists files from a filesystem path, filters list through include or exclude list of extensions.
Periodically inspects which process(es) should be killed given specifications.
Executes a local script periodically. jldrun -m module_name -f function_name [-a positional arguments] [-p polling_interval] [-ll loglevel]
|
Docs > OpenSource >