This projects sets up a Book Exchange Kiosk on a Raspberry Pi using a barcode scanner, Google APIs, and Firebase. It allows users to scan books and automatically retrieve information about them, storing the data locally on the Raspberry Pi.
- Retrieve book titles using ISBNs.
- Save book title and timestamp information to a firebase db
- Continuously prompt for new ISBNs until manually stopped.
- Python 3.x
requestslibrary (install usingpip install requests)
-
Clone the repository or download the script.
-
Install required packages: Make sure you have the
requestslibrary installed. You can install it using pip:pip install requests pip install firebase-admin
