Hello everyone,
I am currently trying to find a way to find posts that include the tags solo, male OR female, and the name of a character. I've got a list of character tags as a .txt file, and was wondering what the best way to find the number of posted images with this character and the tags is. I'm not looking to scrape the images themselves, just the number of images is enough.
To explain what I mean:
Let's say the .txt file only consisted of 3 characters, A, B and C.
I want to check how many images on e621 have the following tag combos:
A, solo, male
A, solo, female
B, solo, male
B, solo, female
C, solo, male
C, solo, female
I already grabbed the ~3 GB large file for all posts on the site, but that seems overkill. Also my attempt so far to reduce that file to only posts containing "solo" have been less than successful, with both Notepad++ and Excel refusing to work properly due to the large file size.
Is there a way to use the API to make these calls, preferably without me needing to enter every character by hand, and instead sourced from the .txt file? If so, a way to get started with using the API would be great, the Wiki page didn't help much besides letting me use my browser to get JSON files.
Any help would be appreciated, also sorry if my question seems incredibly dumb