Skip to content

Instantly share code, notes, and snippets.

View arieltorti's full-sized avatar

Ariel Torti arieltorti

View GitHub Profile
@arieltorti
arieltorti / pasoscraper.py
Last active November 8, 2019 16:17
PASO 2019 Scraper
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# @Author: Ariel Torti
# @GitHub: github.com/maks500
import argparse
import logging
import os
import shutil
import sys
import time