Skip to content

Instantly share code, notes, and snippets.

View Thewsomeguy's full-sized avatar

Zach Thewsomeguy

  • United States
  • 06:09 (UTC -05:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am thewsomeguy on github.
  • I am thewsomeguy (https://keybase.io/thewsomeguy) on keybase.
  • I have a public key whose fingerprint is A6B1 846E 6CC6 7DB8 19D5 393E 97AD AF4B CCAF ECE2

To claim this, I am signing this object:

@Thewsomeguy
Thewsomeguy / languages.txt
Created June 1, 2017 05:38
Supported languages for Pancake
auto = Automatic
af = Afrikaans
sq = Albanian
am = Amharic
ar = Arabic
hy = Armenian
az = Azerbaijani
eu = Basque
be = Belarusian
bn = Bengali
@Thewsomeguy
Thewsomeguy / keybase.md
Last active November 21, 2016 00:15
Keybase Verification

Keybase proof

I hereby claim:

  • I am thewsomeguy on github.
  • I am thewsomeguy (https://keybase.io/thewsomeguy) on keybase.
  • I have a public key whose fingerprint is 3C84 DCE6 1587 0D8E 98A5 4662 CA94 E118 327C 9BD8

To claim this, I am signing this object:

import praw
from requests.exceptions import ConnectionError, HTTPError, Timeout
def failable(f):
def wrapped(*args, **kwargs):
try:
return f(*args, **kwargs)
except praw.errors.APIException:
full = traceback.format_exc()
logging.warning("Reddit API call failed! %s" % full)