I wouldn't think hydrus has a simple HTTP api
it would be nice if I could send a request over http with some credentials (or not) to a service that listens on the webserver port.
I'm thinking something like
[code]
{
"search_args":["system:age < 0y0m7d0h","meme","character:pepe"],
"order":"random",
"result_count":30,
"page":0
}
Not perfect, pagination is there since querying a response with 10k images is going to take ages, so having a limit, then sending another request for another page of results is ideal, however it would be implemented.
I'm basically just wanting a simple way to get images, that isn't limited to a shared gallery, and some fucked up HTML scraping