Skip to content
/ bibzone Public

BibZone can be used to search books on Amazon. The results are printed as bibtex entries.

License

Notifications You must be signed in to change notification settings

rck/bibzone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Things you need:
================

PyAWS:
http://pyaws.sf.net

An AWS-key
http://aws.amazon.com"


Example:
========

foobar:~/src/BibZone$ ./bibzone.py -t python -c 3 -k INSERT_YOUR_KEY
1) Learning Python, 3rd Edition
        by Mark Lutz
2) Python in a Nutshell, Second Edition (In a Nutshell (O'Reilly))
        by Alex Martelli
3) Python Programming: An Introduction to Computer Science
        by John M. Zelle
Which item do you want? 1
BibTex-entry:
@book{lut08,
   author = "Mark Lutz",
   title = "Learning Python, 3rd Edition",
   publisher = "O'Reilly Media, Inc.",
   year = "2008",
   isbn = "0596513984"
}

About

BibZone can be used to search books on Amazon. The results are printed as bibtex entries.

Resources

License

Stars

Watchers

Forks

Packages

No packages published