padagraph.io
"Open your graph and your mind will follow"

{% if readme %}

readme

{% filter markdown %} {{readme}} {% endfilter %}
{% elif promote %}
Call for participation !
{{promote.count }}
datasets
{% for item in promote.rows %} {% endfor %}
date pad url graph
{{ item.date }}{{ item.time }} {{ item.padurl }} {{ item.gid }}
{% elif stats %}

stats

{{stats.success }}
imported
{{ stats.fails }}
fails
rows
{% for item in stats.rows %} {% endfor %}
date load pad url graph promote status
{{ item.date }}{{ item.time }} {{ item.padurl }} {{ item.gid }} {% if item.help %}{% else %}{% endif %} {% if item.status %}{%else%}{% endif %}
{% elif complete and not fail %} "graph botapad title"
{% elif error %}

Import error

{{error.class}}

{% if error.class == "BotLoginError" %}
  • The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials malformed or expired token. Try logging in and generate a new token
  • {{error.url}}
  • {{error.message}}
{% elif error.class == "BotapadURLError" %}
  • URL is malformed or website may not respond ...
  • Can't download document at {{error.url}}
  • {{error.message}}
{% elif error.class == "BotapadCsvError" %}
  • Error while parsing {{error.url}}
  • Parsing data failed in {{error.url}}
  • {{error.message}}
  • we used the character {{error.separator}} as a separator
{% elif error.class == "BotapadParseError" %}
  • {{error.url}}
  • {{error.message}}
  • {%if error.line %} {% for e in error.line %} {%endfor%}
    {{e}}
    {%endif%}
  • parser log
  • {{error.log}}
{% else %} {%endif%}
{% else %}

Import to {{repo}}

Choose a name and fill the pad url

Promote this pad, call for participants

readme
{% endif%}