aurelg / feedspora

FeedSpora posts RSS/Atom feeds to your social network accounts.
35 stars 6 forks source link

Enhancement/twitter post limits #9

Closed wilddeej closed 5 years ago

wilddeej commented 5 years ago

Enhancement to existing functionality to limit the number of Twitter posts (tweets) to the specified max_posts value (if >0), or with no limits if 0 or max_posts is not specified. If specified max_posts < 0, does not post (tweet), but still adds the entry into the "published" database, allowing one to "seed" this database with any subset of existing stream entries (especially useful when first setting up the configuration). This enhancement has been implemented in a client-generic way; identical functionality can be added to any/all other client types simply by adding in code to set this value in the client's init code.