is there a way to search for locked only posts, like you could do with the old pushshift api ?
Searching for locked posts only
Your mileage would not be very good since pullpush is designed to get posts before they are deleted, hence you will get a lot of false negatives.
qwertzy22 @pullpush-actual
Are u talking about the filter tools in reveddit ? which use the old pushshift api ?
If so, that's not a real "search", it just fetch all the posts of a sub/user sorted by time, then filter it at the client side with the filters u choose, eg., hide all non-locked posts.
a month later
- Edited
Why not add support for that? Is it because of API limits?
2 months later
You would need to constantly poll every post on reddit to find its locked status.