voidstar0 / blm-instagram-bot

Inform users clogging the #BlackLivesMatter tag on IG with solid images
135 stars 31 forks source link

Added Cache/Logging of Commented Posts #8

Closed soundsbywise closed 3 years ago

soundsbywise commented 4 years ago

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!

wg4568 commented 4 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?

wg4568 commented 4 years ago

We could also then track the overall bot usage as well

albutko commented 4 years ago

Since this is already using google cloud functions, we could add support for logging post_ids with bigquery?