Dynamic cover for the VKontakte group
The customer was required to have a dynamic cover that shows the last subscriber, the best likes and commentator.
The task was done in a couple of hours using VK API + php. The script scans the posts on the best commenters/likeers, also scans the popdiscers to find the last subscriber, then removes all of this on the image (Apply the text and images of the user avatars through the imagick php library) and upload it to the VKontakte server (in my case in the customer group). The script works with an interval of 7 minutes. A script is adjusted through a configuration file in which you can easily change the location of the cover elements and enter the data for authentication (access_token)
The task was done in a couple of hours using VK API + php. The script scans the posts on the best commenters/likeers, also scans the popdiscers to find the last subscriber, then removes all of this on the image (Apply the text and images of the user avatars through the imagick php library) and upload it to the VKontakte server (in my case in the customer group). The script works with an interval of 7 minutes. A script is adjusted through a configuration file in which you can easily change the location of the cover elements and enter the data for authentication (access_token)