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
import requests, sys, os, re | |
from multiprocessing import Pool | |
from multiprocessing.dummy import Pool as ThreadPool | |
from time import time as timer | |
from platform import system | |
from colorama import Fore | |
from colorama import Style | |
from pprint import pprint | |
from colorama import init |
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/python | |
# Coded By izocin | |
# Turkey | |
import requests, re, urllib2, os, sys, codecs,binascii, json | |
from multiprocessing.dummy import Pool | |
from time import time as timer | |
import time | |
from random import sample as rand |
OlderNewer