Datei für Python anlegen
Verfasst: Montag 6. Februar 2017, 13:00
Hallo.
Ich versuche über Python auf die API von Amazon zuzugreifen.
Ich soll am Anfang folgendes machen:
If you haven’t done so already, create a file ~/.amazon-product-api (C:\Users\You\.amazon-product-api if you’re on Windows) and paste the following content into it:
[Credentials]
access_key = <your access key>
secret_key = <your secret key>
associate_tag = <your associate id>
Ich habe Schwierigkeiten die Datei ~/.amazon-product-api anzulegen.
Windows lässt den PUNKT im Namen nicht zu. Muss die Datei nur amazon-product-api heissen?
Hat jemand mit sowas Erfahrungen?
Lieben Gruß
Jörg Schoppe
Ich versuche über Python auf die API von Amazon zuzugreifen.
Ich soll am Anfang folgendes machen:
If you haven’t done so already, create a file ~/.amazon-product-api (C:\Users\You\.amazon-product-api if you’re on Windows) and paste the following content into it:
[Credentials]
access_key = <your access key>
secret_key = <your secret key>
associate_tag = <your associate id>
Ich habe Schwierigkeiten die Datei ~/.amazon-product-api anzulegen.
Windows lässt den PUNKT im Namen nicht zu. Muss die Datei nur amazon-product-api heissen?
Hat jemand mit sowas Erfahrungen?
Lieben Gruß
Jörg Schoppe