A screen-scraping python script to query TERA item databases from the command line.
$ pip install prettytable==0.5 BeautifulSoup
$ python teraQuery.py
Due to the screen-scraping nature of this script, it is very likely to break if there are any changes to the DOM of the sites it's querying. If so, just create an issue ticket and I will fix! Or fix yourself and send a pull request. :)