Open lambtron opened 9 years ago
join_date
(confirm that this even exists)join_date
exceeds one month, then 'unfollow'A3 and A4 are nullified since join_date
does not exist (i.e. when the user became a member of the list).
One option is to run the scheduler monthly and just purge on that date.
Other option is to have a data store of users
, which would include joinedAt
(when the user was added); a nightly scheduler would then go through the 'Transient' list and add new members, while also going through the users
db and remove those users where joinedAt
exceeded a month.
Dodo, as a name? Because they're extinct.
Value proposition:
User use case:
https://dev.twitter.com/rest/reference/get/lists/list https://dev.twitter.com/rest/reference/get/lists/members https://dev.twitter.com/rest/reference/post/friendships/destroy (unfollow)