giulionf / realtweetornotbot

Scans screenshots of tweets on reddit and links the corresponding tweet
https://www.reddit.com/u/realtweetornotbot
MIT License
76 stars 5 forks source link

Only collect posts that are at max 3 days old #62

Closed giulionf closed 5 years ago

giulionf commented 5 years ago

Posts that are older than 3 days should be ignored to save on database entries. Once the DB overflows (at 10000 rows for the heroku postgres free tier) it could be that the oldest posts are entered twice... To avoid this, it has to be made sure that within the 3 day limit, not more than the 10000 entries are made!