Minor updates

This commit is contained in:
2025-06-16 22:38:05 -04:00
parent 36fb1a05f1
commit 0305fff438
2 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,8 @@
An Extract, Transform, Load app to gather book information from public API for a POC LMS project An Extract, Transform, Load app to gather book information from public API for a POC LMS project
Environmental Variables: Environmental Variables:
`GOOGLE_API_KEY` - API Key required for using the Google Books API `GOOGLE_API_KEY` - API Key required for using the Google Books API.
`LIBRARYTHING_TOKEN` - A Token used to query librarything.com. Can be aquired through https://www.librarything.com/developer/tokens
## extract.py ## extract.py
The extract.py file contains functions to pull data related to books from different APIs. The extract.py file contains functions to pull data related to books from different APIs.

View File

@@ -1,2 +1,4 @@
requests==2.32.4 requests==2.32.4
python-dotenv==1.1.0 python-dotenv==1.1.0
"psycopg[binary]"==3.2.9
beautifulsoup4==4.13.4