# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 7
# self = https://watcher.sour.is/conv/thlcpja
Another 10 dead accounts / feeds nuked from my pod this week ๐Ÿ˜†
Another 10 dead accounts / feeds nuked from my pod this week ๐Ÿ˜†
@prologic I am surprised there arenโ€™t more! How many accounts are there on your pod (active or not, just a total)?
@fastidious There's only a total, it's actually very hard to identify whether accounts are active or not, but I came up with a reasonable approach on on things like:

- Have they updated their Avatar?
- Have they updated their Tagline?
- Have they posted at all?
- How long ago did they created the account?
- Do they they follow any feeds or users?

And then I come up with a score based on this. Scores like 2002 or 2003 are prime candidates for deletion, and in fact I _might_ just make this an automated background job one day...
@fastidious There's only a total, it's actually very hard to identify whether accounts are active or not, but I came up with a reasonable approach on on things like:

- Have they updated their Avatar?
- Have they updated their Tagline?
- Have they posted at all?
- How long ago did they created the account?
- Do they they follow any feeds or users?

And then I come up with a score based on this. Scores like 2002 or 2003 are prime candidates for deletion, and in fact I _might_ just make this an automated background job one day...
But right now it's just a weekly job that sends the Pod Admin an email and only sends 10 at a time.
But right now it's just a weekly job that sends the Pod Admin an email and only sends 10 at a time.