josuebrunel / myql

mYQL is a Python wrapper of the Yahoo! Query Language a.k.a YQL (Finances, ...)
https://myql.readthedocs.org/en/latest/
MIT License
31 stars 8 forks source link

Implement variable substitution #141

Closed josuebrunel closed 8 years ago

josuebrunel commented 9 years ago

People should be able to run command as follow ( only if they're logged in )

>>> resp = yql.select('yahoo.social.profile').where(['guid','=','@me'])

Those predefined keyword must be preceded by a _@_

josuebrunel commented 8 years ago

Check this doc