Closed soundsbywise closed 3 years ago
Would it be beneficial to store this info on a central server, allowing for multiple people to run the bot without fear of duplicates?
We could also then track the overall bot usage as well
Since this is already using google cloud functions, we could add support for logging post_ids with bigquery?
Hi! I added a bit of logging. Once the post is commented on, the code gets written to a file and when the next post is processed it checks to see if the code has been logged. Should reduce the amount overhead in processing the image + ig interactions.
I wasn't able to fully test it (used a dummy account) - lmk if it works for you!