roblanf / phypapers

How to set up a literature bot on Bluesky
75 stars 7 forks source link

Update MS Flow with check for repeat feeds #6

Closed ustervbo closed 5 years ago

ustervbo commented 5 years ago

Tweets are posted even if the feed has not changed. I was originally under the impression that you cannot tweet the exact same text twice from the same account. This is the reason for the the try-catch statement.

I realized that my assumption was wrong.

This update sees the description of how to use Google Sheets to store information between tweets to avoid unneeded repetition. I have also added a template for this.

roblanf commented 5 years ago

Nice fix, thanks.