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
#!/usr/bin/python3 | |
import requests | |
import argparse, json, os, time | |
# -------------------------- # | |
# Functions # | |
# -------------------------- # | |
def get_url_info(url): |
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
########################################################################## | |
# This Script was created by # | |
# http://steamcommunity.com/id/MartinLenord # | |
# For more info or if you have any questions see # | |
# http://steamcommunity.com/app/261570/discussions/0/618456760272262183/ # | |
########################################################################## | |
######################################################################## | |
# WARNING: This script could damage your save file please back them up # | |
######################################################################## |
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
########################################################################## | |
# This Script was created by # | |
# http://steamcommunity.com/id/MartinLenord # | |
# For more info or if you have any questions see # | |
# http://steamcommunity.com/app/261570/discussions/0/618456760272262183/ # | |
########################################################################## | |
######################################################################## | |
# WARNING: This script could damage your save file please back them up # | |
######################################################################## |