I would like to download financial reports from Google Finance and i have discovered this gist and from this SO answer. However i am used to downloading a git repository go to the file directory
where the downloaded git is and with the use of the cmd
excecute the setup.py
to setup and then use the git in my machine.
However once I download the gist i get
pax_global_header
- A
folder
namedgist6952087-f454536fdd54c47d42017aa1e9f286524b9bd9e8
which inside has agistfile1.txt
How can i actually put this thing to work with my python from the cmd
?
EDIT
I have tried to do this:
C:\Users\Μαρίνος\Desktop\New folder\gist>python gistfile1.py -h
File "gistfile1.py", line 72
except Exception, _:
^
SyntaxError: invalid syntax
And it throws an error