Build comment-management solution for Instagram
Budget: $250 – $750 AUD
We have a client with a small Instagram page that they take very seriously. She is looking for a way to quickly identify comments that haven't been replied to, and quickly reply to those comments.
I'd imagine a PHP website, with a database, that retrieves the posts, comments, and basic profile of the commenter. The management page shows each post, with it's unreplied-to comments and the basic profile of the commenter, and an ajax-style form that posts a reply to the comment. Ideally a couple of javascript buttons that might be able to autogenerate a draft of the text, parsing the user profile for the commenter's first name and a preselected reply before she clicking "submit".
When the comment has been replied to, it no longer shows up in the list.
The instagram account is a "personal" account, but can be changed to a business or creator account if you want to use the Facebook Graph API to achieve this. If you want to use the API, it's also better to batch the posts so that it doesn't use up the API calls per day.
I'd imagine a PHP website, with a database, that retrieves the posts, comments, and basic profile of the commenter. The management page shows each post, with it's unreplied-to comments and the basic profile of the commenter, and an ajax-style form that posts a reply to the comment. Ideally a couple of javascript buttons that might be able to autogenerate a draft of the text, parsing the user profile for the commenter's first name and a preselected reply before she clicking "submit".
When the comment has been replied to, it no longer shows up in the list.
The instagram account is a "personal" account, but can be changed to a business or creator account if you want to use the Facebook Graph API to achieve this. If you want to use the API, it's also better to batch the posts so that it doesn't use up the API calls per day.