- Mar 13, 2020
- 502
- 565
I've actually been trying to scrape this and other data from each game in the list with Python, I just stopped doing it to take care of other things.Suggestion: Would it be possible to have the game ratings next to the game names i.e 3.5 stars, 5 stars.
When done, all of this would go into a .CSV file that can be loaded into a Google Sheets or Excel or whatever, and you can do interesting things like sorting games based on number of views, replies, score, type of incest etc.
This is equivalent to listing games from most popular to less popular, so you know which ones to play first -- the most popular are more likely to be more entertaining.
The problem is that this info needs to be updated as it evolves with time, and to not abuse F95's servers it's better to scrape slowly (3 or more seconds between each request).