Cheesefax has a last login of October 10, 2023. Is it time to retire Cheesefax from the list of available faxbots?
Easyfax does not work well via the GUI. (See here.) That is enough for me to suspend it until it works. Does anyone else share my opinion or do I need to let it go?
I use the fax network to collect missing factoids. Now that IO have gotten everything in the network what I want is a way to tell when there might be something new in the network. My script that iterates over monsters and looks for ones that are missing manual entries and in the network will tell me there is nothing of interest but it takes time and has server hits. If I could detect changes in the fax files then I would only run it when they might have changed.
If I don't have access to file system data then I could iterate over monsters, use can_faxbot and compute a hash on the results. I can just store the hash and only need to check the manual if something changes. But iterating over monsters can be noticeably slow.
I could tweak mafia to collect metadata about the faxbot files, perhaps hash the contents and set something that indicates that the files files just downloaded are changed compared to the versions they replaced.
Am I overthinking this? Is there something already there I could/should use? If I introduce _faxNetworkChanged or something similar would anyone else use it?
Easyfax does not work well via the GUI. (See here.) That is enough for me to suspend it until it works. Does anyone else share my opinion or do I need to let it go?
I use the fax network to collect missing factoids. Now that IO have gotten everything in the network what I want is a way to tell when there might be something new in the network. My script that iterates over monsters and looks for ones that are missing manual entries and in the network will tell me there is nothing of interest but it takes time and has server hits. If I could detect changes in the fax files then I would only run it when they might have changed.
If I don't have access to file system data then I could iterate over monsters, use can_faxbot and compute a hash on the results. I can just store the hash and only need to check the manual if something changes. But iterating over monsters can be noticeably slow.
I could tweak mafia to collect metadata about the faxbot files, perhaps hash the contents and set something that indicates that the files files just downloaded are changed compared to the versions they replaced.
Am I overthinking this? Is there something already there I could/should use? If I introduce _faxNetworkChanged or something similar would anyone else use it?