Skip to content

Instantly share code, notes, and snippets.

View innfinite4evr's full-sized avatar
🏠
Working from home

ghani.utf8 innfinite4evr

🏠
Working from home
View GitHub Profile
@innfinite4evr
innfinite4evr / batchdecompileapks
Created October 22, 2017 05:13
Batch decompile apks using apk tool [one liner]
for file in $(pwd)/*apk ; do apktool d $file ; done
@innfinite4evr
innfinite4evr / getguds.py
Last active August 12, 2019 18:19
2gud scraper
####################################
# BY @ INNFINITE4EVR
####################################
import requests
from bs4 import BeautifulSoup
from datetime import datetime
import time
#headers rip user agent