Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple apps and finish screener #71

Merged
merged 3 commits into from
May 6, 2021
Merged

Conversation

d3an
Copy link
Owner

@d3an d3an commented May 6, 2021

  • Decoupled apps from OOP-style structuring.
  • Added exponential backoff wrapper for temporarily failing requests.
  • Extended screener scraping to account for all pages.
  • Simplified view structure.

- Removed `finviz.NewClient` and `finviz.NewTestingClient` functions.
- `finviz.MakeGetRequest` now consumes a `*recorder.Recorder` argument instead of `*http.Client`.
- This change generates new clients per request to increase the probability of valid responses.

Closes #68
@d3an d3an merged commit e1f9dd7 into master May 6, 2021
@d3an d3an deleted the decouple-and-add-concurrency branch May 6, 2021 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant