Skip to content

Instantly share code, notes, and snippets.

@githubp0b
githubp0b / totalhash.py
Last active June 27, 2022 15:42
Python script to interface with totalhash.com
#!/usr/bin/env python
import sys
import html2text
from optparse import OptionParser
import httplib
import urllib2
import re
message = '\nPython script search totalhash.com see http://totalhash.com/help/ for examples'