Skip to content
matteoredaelli edited this page Aug 28, 2010 · 5 revisions

Url Body Analyzers

Example

You need to write a function like

analyze_url_body(_Body, _Url) ->
[
     {update_field_key_value, <<"sample_key">>, 1}
     %% {update_field_timestamp,<<"ebot_timestamp_key">>},
     %% {update_field_counter, <<"ebot_counter_key">>},
].

See files ebot.hrl and ebot_plugin_body_analyzer_sample.erl for details.

Existing plugins

Contributors are welcome!

Clone this wiki locally