Closed paulmcq closed 3 years ago
I'll do that tonight
I meant to do this 2 days ago. I'll do this in a few hours. Sorry I've been pretty busy with work.
done
Thank you very much for this. Pypi indeed lists version 1.8 now, and pip upgrade does install that.
However, get_tickers.py still has the old Nasdaq url at line 132:
response = requests.get(' https://old.nasdaq.com/screening/companies-by-name.aspx', headers=headers, params=params(exchange))
Do you have any clues for me?
I tried this to make sure it was not an error in my code:
(panda) stonk python
$VIRTUAL_ENV/lib/python3.8/site-packages/get_all_tickers/get_tickers.py
Traceback (most recent call last):
File
"/home/paulmcq/.virtualenvs/panda/lib/python3.8/site-packages/get_all_tickers/get_tickers.py",
line 187, in
On Wed, Jul 14, 2021 at 9:01 PM Shile Wen @.***> wrote:
Closed #18 https://github.com/shilewenuw/get_all_tickers/issues/18.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/shilewenuw/get_all_tickers/issues/18#event-5022757601, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3AQGPHWGGPJOGMCXSXPBLTXY6QNANCNFSM5AHCY7TA .
I merged whatever Rik Brown wrote. I'll take a look over the weekend, however, if you figure out a fix to the source code beforehand, I can merge your PR.
I downloaded get_all_tickers-1.8.tar.gz from PyPi. The files in there have 2020 dates, as shown in atch. Probably just the wrong version got copied into the tarball?
Thanks, again, for your work, ~Paul
On Thu, Jul 15, 2021 at 10:59 AM Shile Wen @.***> wrote:
I merged whatever Rik Brown wrote. I'll take a look over the weekend, however, if you figure out a fix to the source code beforehand, I can merge your PR.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/shilewenuw/get_all_tickers/issues/18#issuecomment-880815295, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3AQGN7OJKYHWBSEQO6T63TX4AVZANCNFSM5AHCY7TA .
I should have looked closer: the PyPI tarball is NOT the same as the github release: https://github.com/shilewenuw/get_all_tickers/releases/tag/v_18 Both the zip and tgz have 2021 timestamps.
So the PyPI v_18 is NOT consistent with github. I have no idea how to fix that, so relying on owner to fix...
BTW, the tarball on PyPI does NOT have the structure of the github tarball
On Thu, Jul 15, 2021 at 11:50 AM Paul McQuesten @.***> wrote:
I downloaded get_all_tickers-1.8.tar.gz from PyPi. The files in there have 2020 dates, as shown in atch. Probably just the wrong version got copied into the tarball?
Thanks, again, for your work, ~Paul
On Thu, Jul 15, 2021 at 10:59 AM Shile Wen @.***> wrote:
I merged whatever Rik Brown wrote. I'll take a look over the weekend, however, if you figure out a fix to the source code beforehand, I can merge your PR.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/shilewenuw/get_all_tickers/issues/18#issuecomment-880815295, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3AQGN7OJKYHWBSEQO6T63TX4AVZANCNFSM5AHCY7TA .
The current code in PyPi is version 1.7 from August 2020. It does not work, as it uses the obsolete NASDAQ api. See PR#17, and Issues #11 and #12. Does anyone intend to upgrade PyPi?