import json html_string = '''
Organisation | Repository | License | Stars | Forks | Forked | Last updated |
---|---|---|---|---|---|---|
" + org['name'] + " | " + repo['name'] + " | " + license + " | " + str(repo['stargazers_count']) + " | " + str(repo['forks_count']) + " | " + str(repo['fork']) + " | " + repo['updated_at'].split("T")[0] + " |