OSRSBytes is an all-in-one Python library for Old School Runescape (OSRS) that features Item Information Lookup, OSRS Hiscores, and Grand Exchange Market information.
Items Package contains some private method implementations that use a single underscore (_) instead of double underscore (__ ). This isn't a huge issue but it's kind of unprofessional and an improvement I'd like to make. If someone wants to do this, it's not a lot of hard work, just ensure that it works when you're done with it. If not I have no issue doing this myself at a later date.
Items Package contains some private method implementations that use a single underscore (
_
) instead of double underscore (__
). This isn't a huge issue but it's kind of unprofessional and an improvement I'd like to make. If someone wants to do this, it's not a lot of hard work, just ensure that it works when you're done with it. If not I have no issue doing this myself at a later date.