-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the ability to fetch data from lists #53
Comments
Thanks for the suggestion @csolisr I must admit I don't think I quite understand what you are trying to achieve here. Say, I got the id of a user, e.g. yourself, this endpoint will return the list of lists that I have added you to. What would I want to back fill here? |
Sorry for the delay, what I meant here is to do the following:
|
Ah, got it now. Actually, someone brought up a similar request in #19 (and I think elsewhere, but I can't find it now). I'll look at doing two things:
|
First, I like this. Unless I am misunderstanding what this does, this could be "dangerous" for me, personally. There are a few lists I would like to backfill, but I assign everyone to a list based on primary subject matter so, it would backfill like crazy. If there were a way to configure which list ID to fetch... that would be great. I don't know how many people use lists, but I know back in the early days of all the influx of Twitter users after Musk bought it, lists were being pushed as a way to curate our non-algorithmic experience. Say you have 500 users in different lists, what action does it do every time it runs? Backfill and fetch those 500 users each time? |
No: the script remembers users it has backfilled, and won't re-backfill them. Especially with the backoff implemented in #124, I would judge the risk very low. What it would do is:
As such, after the first run the impact should be negligible. If you don't want users on your server to be able to use this, then you could always block the |
This is good to know, esp. point 3. Thanks for explaining that to me. I am the only user on my self-hosted server and your script makes my experience so much better–no blocking in robots.txt. My favorite feature is backfilling users. It's indispensable. I've used it since you first released it. Thanks for the tool and your continued work to make it better. |
Let me know how you get on with this as well, especially if you use lists extensively. As I don't personally use them at all, I find it hard to predict exactly how well it'll work. If need be it shouldn't be hard to limit it to a specific list of lists to process. |
I will let you know. I am going to upgrade to this version and do the first run manually later today. |
/api/v1/accounts/:id/lists
backend to get the list of accounts followed on a given list (this requires the permissionread:lists
)from-lists
ormax-lists
in the configurationThe text was updated successfully, but these errors were encountered: