Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.22 KB

File metadata and controls

19 lines (14 loc) · 1.22 KB

About This Project

The aim of this project is to demonstrate how automation can be used to pull data from an API which can be found on mashape (IGDB) and automatically create posts on Wordpress.

There are two types of php script files:

  1. To update for the latest game releases
  2. To search for a game by title.
Due to network speed lag only the thumbnail image is downloaded to Wordpress images. Before the thumbnail image is downloaded it is transformed to the appropriate resolution and quality. For the image to be transformed an additional API is required, called cloudinary. This API allows you to upload your own images or use and modify other available images.Apart from scaling and adjusting the resolution, cloudinary is also capable of adding filters such as blur and distortion, etc.

Here are the API used in this projects.

  • IGDB API
  • Cloudinary API
  • Couchplayers.com
  • After creating the accounts make sure that you will update the Project with your API keys. I have also included the Composer folder to include both API`s