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

Decoding stores that was encrypted by Yahoo! Finance recently #953

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Dec 18, 2022

  1. In daily.py, Fixed the issue where the stores were being returned fro…

    …m Yahoo! Finance as encrypted due to a recent change in their API (around 2 days ago). Fix decodes the data in decrypt_cryptojs_aes() and makes small changes to _read_one_data() to parse it properly later.
    raphf6 committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    ea66d6b View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. Update requirements.txt

    Updating with recommendations from @satoshi
    raphi6 authored Dec 25, 2022
    Configuration menu
    Copy the full SHA
    a1e0c77 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    805ef9d View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    075a6dd View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Decryption issue fix

    hellc committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    87dda3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from hellc/Yahoo!_Issue#952

    Decryption issue fix
    raphi6 authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    22f1b95 View commit details
    Browse the repository at this point in the history