Skip to content

Instantly share code, notes, and snippets.

@mazeto
mazeto / turd
Created March 24, 2018 19:00
Terminal URban Dictionary
#!/bin/python
import sys
import json
import requests
# concatenate args
args = " "
for arg in sys.argv:
# skip the 1st arg, the program's path+name