premgane / fun-game-bot

Bot that retweets fun games. Inspired by https://storify.com/hollygramazio/fun-games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't RT text that was recently RTd

agoloprem opened this issue · comments

Keep a LRU cache of the text of the most recent 100 tweets. If the latest tweet we see is in that cache, don't RT it. Otherwise, RT and update the cache (Add newest, evict oldest if full)