This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# NOTE: richiede intallazione di jinja via pip install jinja2 | |
# NOTE: testato su | |
import urllib.request | |
import csv | |
from datetime import datetime | |
from jinja2 import Template | |
import io | |
def cazzillo_text_parser(cazzillotext): |