Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- ItemData was completely rewritten - a zip file with all item definitions is now included in wasplib, getting rid of the OSRSBox dependency - Wiki API: - OSRS Wiki was blocking our connections, presumably because we all shared the same user agent and from their end it probably looked like someone was just spamming them. - It could also be because it had "Simba" in the user agent and they just don't agree of our usage of their APIs. - I've decided to comply better to their API usage request of having a descriptive user agent and the user agent now looks like this: `'Simba WaspScripts bot - User ID: ' + APIClient.UUID + ', Contact: [email protected]'` - With this user agent they can be sure it's not a single person spamming and also have my contact if they feel like reaching out. - Do remember that UUIDs are random and are not really tied to you in anyway, they do get your IP though, it's just how the internet works. - If you are not confortable with this you may disable the prices API with `ItemData.Disabled := True` - If after this they block our connections again I'll be removing pricing entirely from WaspLib or use a different API if I feel like it's worth the effort.
- Loading branch information