Samir Gorai

Results 17 comments of Samir Gorai

can you add some visual files when you are getting error and when you are getting a normal expected result

some Questions: 1)Where there some recent changes because of this error is produced or does the previous versions of the library also shows this error 2)For your example import yahooquery...

Is it possible to get your email id so that i can mesage you directly.

Possible FIX can yo look at #255

Hello @dpguthrie @me1029134 i TESTED THE CODE with my changes #255 import yahooquery as yq password = 'XXXXXX' userEmail = '[email protected]' symbol='AAPL' while (True): query = yq.Ticker(symbol, username= userEmail, password=password)...

@me1029134 how can i get the build please after my changes.

I am able to login into login.yahoo.com using the following script """ file to test login """ from selenium.webdriver.support.ui import WebDriverWait from selenium import webdriver from selenium.webdriver.common.by import By from...

@me1029134 @dpguthrie can you PLease check once i have made some changes and commited Thank you

@dpguthrie Do you have a high level design any document/image to understand your library?

@dpguthrie i think there is no pytest test script to test "headles.py" file? so the changes made in the file was not tested by github actions. test_cov: # Run tests...