-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Reb-L edited this page Dec 8, 2025
·
1 revision
Welcome to the PyWarframe wiki!
This should fill up as I make more features or fix stuff, granted I'm not sure how useful much of this would be. I am only a student, afterall.
To start, I mainly keep everything contained within class definitions:
Trading example;
marketVar = market(self, savedir, optionalStaleTime)
Then I use the functions inside to gather data, which will be returned, or added to the class itself.
marketVar.getItemData("name of item")
Overall, these were made for myself, and I don't expect anyone to use them hardcore, so there's a lot that needs to be handled.