{% include 'nav_bar.html' %}
{% include 'crawler/menu_sidebar.html' %}
{% if is_manager_connected['status'] %}
Connected
{% else %}
Error
{% endif %}

Splash Crawler Manager

{%if not is_manager_connected['status']%} {% include 'crawler/crawler_disabled.html' %} {%endif%}
{# #} {# #}
Lacus URL {{lacus_url}}
API Key#} {# {{api_key}}#} {# #} {#
All Proxies:
{% for proxy_name in all_proxies %} {% endfor %}
Proxy name URL Crawler Type Description
{{proxy_name}} {{all_proxies[proxy_name]['url']}} {%if all_proxies[proxy_name]['crawler_type']=='tor'%} {%else%} {%endif%} {{all_proxies[proxy_name]['crawler_type']}} {{all_proxies[proxy_name]['description']}}
{% if is_crawler_working %}
{{crawler_error_mess}}
{% else %}
Error
{% endif %}

Crawlers

----------------------------
- TOR CRAWLER TEST OUTPUT: -
----------------------------

{{crawler_error_mess}}
Number of Crawlers to Launch:
{%for crawler in nb_crawlers_to_launch%} {%endfor%}
{{crawler}} {{nb_crawlers_to_launch[crawler]}}