{"id":35106585,"url":"https://github.com/ianoshorty/amazon-product-import","last_synced_at":"2026-04-25T01:38:49.261Z","repository":{"id":54872478,"uuid":"296851578","full_name":"ianoshorty/amazon-product-import","owner":"ianoshorty","description":"A WP plugin to automate the import of products from the Amazon API into a WP DB powered by The Events Calander","archived":false,"fork":false,"pushed_at":"2021-01-23T12:46:05.000Z","size":3043,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-26T12:48:07.914Z","etag":null,"topics":["amazon-api","amazon-product-advertising","events-calander","the-events-calendar","wordpress","wordpress-plugin","wp-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ianoshorty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-19T11:17:31.000Z","updated_at":"2021-01-23T12:45:11.000Z","dependencies_parsed_at":"2022-08-14T05:20:51.865Z","dependency_job_id":null,"html_url":"https://github.com/ianoshorty/amazon-product-import","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/ianoshorty/amazon-product-import","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianoshorty%2Famazon-product-import","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianoshorty%2Famazon-product-import/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianoshorty%2Famazon-product-import/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianoshorty%2Famazon-product-import/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ianoshorty","download_url":"https://codeload.github.com/ianoshorty/amazon-product-import/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ianoshorty%2Famazon-product-import/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32247507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amazon-api","amazon-product-advertising","events-calander","the-events-calendar","wordpress","wordpress-plugin","wp-plugin"],"created_at":"2025-12-27T18:16:17.545Z","updated_at":"2026-04-25T01:38:49.256Z","avatar_url":"https://github.com/ianoshorty.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amazon Product Import\nA WordPress Plugin to import products from the Amazon Product SDK into The Events Calendar Plugin.\n\n# Requirements\n\nThis plugin requires The Events Calendar plugin (see https://theeventscalendar.com/products/wordpress-events-calendar/) to be installed in your WordPress application / site.\n\n# Developer Setup\n\nTo get setup for development if you want to modify this plugin:\n\n - Clone the repo\n - Make sure you have docker installed (development requirement only)\n - Start the docker container\n   - `cd docker`\n   - `docker-compose up`\n - Wordpress should now be running on localhost with a test admin account\n   (see `docker/docker-compose.yml` for details)\n - If you would like to include The Events calendar, just copy the plugin into the `src/plugins` directory (it will be automatically ignored by GIT).\n - Start Coding!\n\n# Installation / Usage of the Plugin\n\nTo install the plugin:\n\n - Copy the `src/plugins/amazon-product-import` folder from the repo and put it in your \n   Wordpress plugins directory.\n - Add a `.env` file into `src/plugins/amazon-product-import` with AWS API credential values from the [Amazon Product SDK](https://webservices.amazon.com/paapi5/documentation/):\n   - AWS_ACCESS_KEY_ID\n   - AWS_SECRET_ACCESS_KEY\n   - AWS_TRACKING_ID\n - Activate the plugin in the WordPress Admin\n\nTo use the plugin:\n\n - Create an Events Calender Event (aka tribe_events post type)\n - Set the Amazon Product Identifier on the right hand side of a product you wish to import\n - Set a release date thats in the future (this will be automatically updated to the correct date after the first import)\n - Press the \"Import Products\" button in the \"Amazon Product Import\" menu.\n - Profit!\n\nFields currently imported include:\n\n - Product Title\n - Product Release Date\n - Product Image URL (medium size)\n - Product Author\n\nFor more information, read the README at `src/plugins/amazon-product-import/README.txt`.\n\n# Featured Images (Optional)\n\nOptionally, you can use the provided `featured-image.php` to also use product images from Amazon as the featured image for The Events Calendar Events posts (tribe_events). To do this:\n\n - Copy `featured-image.php`\n - Place it within your activated WordPress theme at \n    `[your-theme]/tribe/events/v2/list/event/featured-image.php`\n - Note: make sure to add the intermediate folders named as above so that WordPress template heirarchy correctly locates the template.\n - e.g. To use this file with the twentytwenty default WordPress theme, place `feature-image.php` at\n `wordpress-install-directory/wp-content/themes/twentytwenty/tribe/events/v2/list/event/featured-image.php`\n\nHappy coding!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianoshorty%2Famazon-product-import","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fianoshorty%2Famazon-product-import","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fianoshorty%2Famazon-product-import/lists"}