bitsof / selecto

1 stars 0 forks source link

Initailize Amazon Ingestion #9

Closed jeffery-do closed 1 year ago

jeffery-do commented 1 year ago

This code retrieves and prints reviews for a specific product from the Amazon Product Advertising API using the Bottlenose library.

It first loads the AWS access credentials from environment variables stored in a .env file using the dotenv library. Then, it sets up the API credentials and specifies the product ID and number of reviews to retrieve.

This is just a PR to initalize this. I will later actually start reading, formatting, and sending this data to our database. I need to setup the accounts and whatnot to get this to work.