Finding rated stories?

7gvy6

Virgin
Joined
Jul 26, 2020
Posts
1
Hi, I was wondering if it were possible to find rated stories, or a story history. I am trying to find a specific story I remember, and since I didn't comment or favorite it, it doesn't seem go be saved anywhere. If anyone knows how to find rated/read stories, I would appreciate it immensely
 
Possible? Yes.
Feasible? No.

Lit, by default, does not offer anything like this. No reading history, no proper library, no overview of your ratings.
As far as I can tell, the current version of the API also doesn't offer a way to specifically request a list of your ratings.
Whether that's because they simply didn't work that in there, or because the ratings are saved with the stories instead of your userprofile, I can't tell.

The only way I could think of right now would be to write a little crawler that calls the API for every single story available on Lit, and then saves whether or not you voted on it. The request-URL would be https://literotica.com/api/3/stories/INSERT-STORY-ID-HERE/rate

If you get a JSON-String with a "rate" value, you rated the story.
If you get an empty response, you didn't rate the story.

This only works if you're logged in. But I can't imagine that to work for more than ten minutes, before the CDN blocks your IP.
 
Back
Top