Jason Haury
Jason Haury
Is anyone working on this? I could use this feature too and will write it if no one else is working on it.
Thanks for your quick reply. To reproduce the above, I think one needs to do this: 1. Pull this project's code (especially the code in this path: https://github.com/taverntesting/tavern/blob/master/example/components/ ) 2....
Also, when running `server.py` locally (Python 3.6), I can POST to /login with the same curl command and get a token. It seems the test server code is fine, but...
Changing Dockerfile's python version to 3.6 had no impact - it still throws error above on [this line of code in server.py](https://github.com/taverntesting/tavern/blob/master/example/components/server.py#L29). Running the same tests using the same server.py...
I've not used this code for a long time so I don't recall. I think when you register for an API key with stock twits, you get a client_id.
Apple is 'AAPL', not 'APPL'. Hope that helps! On Wed, Jun 19, 2019 at 8:08 AM Clara111 wrote: > Hello, > > When I tried this function get_stock_stream('APPL'), I got...