Skip to content

Instantly share code, notes, and snippets.

View DuckOfDoom's full-sized avatar

Vladimir Yanovsky DuckOfDoom

View GitHub Profile
@DuckOfDoom
DuckOfDoom / dsym.py
Created December 14, 2018 07:39
Zip dSYM files from Downloads folder
#!python
import os
import shutil
from zipfile import ZipFile
import zipfile
os.chdir(os.environ["HOME"] + "/Downloads")
def findfile(f):
@DuckOfDoom
DuckOfDoom / league.py
Last active April 23, 2019 10:03
A python script to pull data about your current game participants from Riot Games API.
#!python
import requests
import os
import json
import sys
from prettytable import PrettyTable
apiKey="YOUR_KEY"
cd /d/Games/World\ of\ Warcraft/
if [[ $# -eq 0 ]]; then
cp -r /c/Users/v.yanovsky/AppData/Local/TekkenGame .
#check out submodule
cd _retail_/Interface/Addons/DOD
git checkout master
git add .