Closed irshadjsr21 closed 4 years ago
@muskankhedia The code is working, it is just that sometimes Yahoo server rejects the request. You can check the build log, it failed one time and ran for another.
@irshadjsr21 can't we do something like requesting until we get results.
@irshadjsr21 can't we do something like requesting until we get results.
Yaa.. for that reason only we use selenium
or puppeteer
, as these open a virtual browser and waits till the page has been loaded. But for now, we are planning to remove these kind of dependencies so as to avoid different circumstances while launching as well creating a single method to execute all the feature.
@muskankhedia So what should I do now?
@irshadjsr21 Let the implementation in Golang for now, will enhance it later.
@irshadjsr21 can you fix the Travis?
@Harkishen-Singh The code runs on my system, I think it will work if we rebuild it.
@irshadjsr21 Please resolve the merge conflicts.
@C-Anirudh The conflicts has been resolved,
@irshadjsr21 The testing files have been updated presently. Can you pull the recent updates to test the PR?
This PR solves issue #138
What does this PR do? Added yahoo scrapping with golang
Screenshots?