Xqt created this task.
Xqt added projects: Pywikibot, Pywikibot-RfCs.
Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
  **Add a pywikibot.User method to find the last activity**:
  
  e.g.
  
    def last_activity(self) -> pywikibot.Timestamp:
  
  or
  
    def inactive(self, days: int) -> bool:
  
  and find the last activitity using
  
  - User.last_edit
  - User.deleted_contributions()
  - User.logevents
  - refer abuselog (API:Abuselog) **there is no implementation yet**
  
  **Use case(s)**:
  Find inactive IP users to cleanup discussion pages, tag inactive templates to 
user/user talk pages etc.
  
  **Benefits**:
  Find inactive users for a given time delta

TASK DETAIL
  https://phabricator.wikimedia.org/T396297

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

_______________________________________________
pywikibot-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to