FeedSDK是eBay开源的Python开发包,用于下载和过滤通过公共FeedAPI提供的大型项目Feed文件。
用法使用命令行选项可以使用命令行调用SDK的所有功能。要查看可用选项和过滤器,请使用'--help'usage:FeedSDK[-h][-dtDT]-c1C1[-scope{ALL_ACTIVE,NEWLY_LISTED}][-mktMKT][-tokenTOKEN][-env{SANDBOX,PRODUCTION}][-lfLF[LF...]][-sellerfSELLERF[SELLERF...]][-locfLOCF[LOCF...]][-pricelfPRICELF][-priceufPRICEUF][-epidfEPIDF[EPIDF...]][-iepidfIEPIDF[IEPIDF...]][-gtinfGTINF[GTINF...]][-itemfITEMF[ITEMF...]][-dlDOWNLOADLOCATION][--filteronly][-formatFORMAT][-qfQF]FeedSDKCLIoptionalarguments:-h,--helpshowthishelpmessageandexit-dtDTthedatewhenfeedfilewasgenerated-c1C1thel1categoryidofthefeedfile-scope{ALL_ACTIVE,NEWLY_LISTED}thefeedscope.AvailablescopesareALL_ACTIVEorNEWLY_LISTED-mktMKTthemarketplaceidforwhichfeedisbeingrequested.Forexample-EBAY_US-tokenTOKENtheoauthtokenfortheconsumer.Omittheword'Bearer'-env{SANDBOX,PRODUCTION}environmenttype.SupportedEnvironmentsareSANDBOXandPRODUCTION-lfLF[LF...]listofleafcategorieswhichareusedtofilterthefeed-sellerfSELLERF[SELLERF...]listofsellernameswhichareusedtofilterthefeed-locfLOCF[LOCF...]listofitemlocationswhichareusedtofilterthefeed-pricelfPRICELFlowerlimitofthepricerangeforitemsinthefeed-priceufPRICEUFupperlimitofthepricerangeforitemsinthefeed-epidfEPIDF[EPIDF...]listofepidswhichareusedtofilterthefeed-iepidfIEPIDF[IEPIDF...]listofinferredepidswhichareusedtofilterthefeed-gtinfGTINF[GTINF...]listofgtinswhichareusedtofilterthefeed-itemfITEMF[ITEMF...]listofitemIDswhichareusedtofilterthefeed-dlDOWNLOADLOCATION,--downloadlocationDOWNLOADLOCATIONoverrideforchangingthedirectorywherefilesaredownloaded--filteronlyfilterthefeedfilethatalreadyexistsinthedefaultpathorthepathspecifiedby-dl,--downloadlocationoption.If--filteronlyoptionisnotspecified,thefeedfilewillbedownloadedagain-formatFORMATfeedandfilterfileformat.Defaultisgzip-qfQFanyotherquerytofilterthefeedfile.SeePythondataframequeryformat例如,使用命令行选项使用令牌下载和过滤Feed文件pythonfeed_cli.py-c13252-scopeALL_ACTIVE-mktEBAY_DE-envPRODUCTION-qf"AvailabilityThreshold=10"-locfITGB-dlDIR-tokenxxx过滤Feed文件,不需要令牌pythonfeed_cli.py--filteronly-c1260-pricelf5-priceuf20-dlFILE_PATH点击空白处退出提示
评论