adavesik / abebooks

Scraping books prices from abebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

abebooks

How To Use

Inputed CSV file should be located in the same directory as script. In this example this the "albert.csv" file.

build_link("albert.csv") # input CVS file

In generate_csv() function

def generate_csv(): with open('albert.csv') as csvfile: reader = csv.DictReader(csvfile) with open('albert_final.csv', 'a', newline='') as csvfinal:

albert_final.csv - generated file. Script will create that if there is no

About

Scraping books prices from abebooks

License:Apache License 2.0


Languages

Language:Python 94.3%Language:C 3.6%Language:XSLT 1.0%Language:C++ 0.4%Language:HTML 0.3%Language:CSS 0.2%Language:Objective-C 0.2%Language:Shell 0.0%Language:PowerShell 0.0%Language:Batchfile 0.0%