We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Contributors are welcome!