This file contains hidden or 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
# Based on : https://gist.github.com/dppancake/f9f43825209050b27900347014459fa4 | |
# JN: added a function to get a unique filename that add a v2, v3 etc. to the title | |
import argparse | |
import os | |
import random | |
import re | |
import sys | |
import time | |
import requests |