For anyone doing this with source, When inspecting, if their is no tab for storage, go to application, then cookies, and then follow the video from there
You probably won’t see this, but I noticed you stopped being active online and just wanted to say thank you for taking the time to explain your reasoning and thought process for the open sourcing of this project. You’ve made the Warframe community slightly better and I hope you get to do that for whatever community you’re a part of now.
@@yelbuzz I’ve honestly just gotten into trading since starting the game in 2015 or 2016. Watch these videos has me so invested on how to make even more profit. Also mad love for making this free. U earned ur subscribe and likes 🙌🏽
This Guide is Incredible. Thank you for all the time and effort you put into teaching us how to use your program. I love everything about this and I look forward to any more videos you post. You are awesome.
this shit is insanely underrated, and I'm torn because while I hope you get the recognition you deserve for this, I also hope it continues to fly under the radar and keeps being insanely useful hahaha. great work man!
How you only have 1300~ subscribers is an absolute mystery to me. The content you've put out in your three videos so far has been absolutely nuts, and I feel like with this level of quality you should be at least in the hundred thousands. Keep up the good work- I really do look forward to hearing more from you, and I hope I can send you a coffee in the future :)
With how serious some people are about trading, its a bit suprising stuff like this hasnt been made or popularized sooner. Super cool stuff. Wonder if people will add on to it; could def see this turn into a community maintained tool.
Tons of people are adding onto it. I was also quite surprised but it was quite a bit of work to even get it more usable than manually handling buying and selling. Having it be community maintained would be pretty awesome.
Man i love your program! I downloaded the installer and set a webhook for discord and works grat. It made me do a lot of platinums and its all for your work.Thanks a lot!
learn C or java, its far better and more versitile, python doesn't have any similar syntax sister languages except perhaps gdscript from godot engine. c++ java c# uses quite similar syntax for example and thus easier to learn if you know the other.
If anyone is having issues cloning the file to downloads and has moved their download folder root to another drive, try opening powershell in you downloads folder instead by holding shift when you right click. it will add an option on the settings dropdown that will say "open windows powershell". Should work just fine.
-Running this, and all it does is post a buy request for a Lex Prime Set (1 platinum), and clear out all of my other buy/sell contracts.- Never mind. It mostly works. When I try to save the settings (platinum caps, deviations, etc) from the page, the settings file nulls-out. I have to edit the settings file in notepad. But the parameters in general aren't very clear. The log is just also suggesting that my "current (possibly hidden) listings are good" and I should make them public. I have no listings of that price, current or otherwise, hidden or otherwise. Also, when I terminate it with CTRL+C, it pukes its guts up. Generally, using this thing feels like a sink-or-swim situation where some of the buttons are loose and the interface is esoteric to anyone who hasn't ate-slept-breathed this thing for three weeks.
Good criticisms, the original video was honestly mostly to show off a cool thing I cooked in the basement with no super clear intentions for it to get nearly as popular as it did. I figured it would be mostly interesting to a small demographic of other hobbyist developers that would be able to chat with me in the discord and bounce ideas around, but it very quickly became overwhelmingly more popular than that and I got too burnt to keep up. Other developers made related programs that I believe fix some of the issues you mentioned. Thanks for watching :)
Hey, now it's not 5AM and I'm not staring at this thing half-dead... Can you explain these parameters a bit? Like, what's the difference between _Price Shift Threshold_ and _Range Threshold,_ and what does raising or lowering those numbers do? One of them is set to *-1,* does that mean that this parameter is ignored? Do I set _Max Total Plat Cap_ to the total contents of my platinum wallet?
How would this bot interacting with itself go (ie, what actually happens when there are multiple users)? iirc, the bot prices 1 under the current lowest sale price for a specific item, but only until it reaches the price you bought that item at. If this is the case, wouldnt a second user of the bot nearly immediately close the spread on any profitable items as they each compete to outprice the other one until they reach the price they paid for the item
im having some trouble understanding how i really get it going. I had 176 plat to start with, and bought a molt augment. I put in the website that i purchased a molt augmented but not sure what to do next. its putting up WTBs on items i have no where near enough plat for and im not sure what to do here. A lotta complicated stuff in this that im somewhat confused on how to use. a video going over a tutorial on how to USE the software would be neato!
I need some help, i have installed this 3 times in total but the forth one (now) isnt working when i try to enter the localhost:3000. It says "internal server error" did something happen? Is it not working now?
I dont have config.json for some reason after downloading it on commands pls help Edit: nvm i found it but i followed all step n tried to run the app n the automatic order dont work 😢
i checked the discord, theres no real tutorial on how to use this. from what i can tell you have to manually put in what you want to buy, then sell it later after you buy it? pls help am very scared
If I get banned I get banned, I still don't think mine is more rulebreaking than other third party apps so either way it comes down to how strictly they want to enforce it
@@xDelta7x I didn't end up with a ban or warning, but I also haven't used it super recently. However, no one in the discord has reported being banned or gotten warnings for using it and it would be huge news if there was even a single case of that, so I think it's pretty safe.
I'm installing via source and have some issues. I'm up to installing pip reqs. and got the message that pip was not recognized as a command. in the echo %path% I noticed paths ending in python\python311\ and python311\scripts\ but not one with scripts\pip\ so I added it and restarted cmd. Unfortunately it didn't work and I'm now quite vexed.
The issue has been resolved. For whatever reason my file for the scripts folder in python was misspelled so I fixed that and deleted my addition to the path.
Hey, I was following the video and I got stuck after downloading docker. Every time I open it an error would pop up and says "Docker Desktop - WSL kernel version too low". Is there some way to fix this issue?
just fyi ... doesn't work if u have python 3.12 installed since it doesn't use distutils anymore and you just get a bunch of error messages trying to install the dependencies.
Does this work for us Console scrubs? Or is this a PC only type of thing? Don't want to waste my time attempting to install this program on my laptop and it not being able to read my console inventory, assuming thats how it works. Im not very bright, so i could be wrong.
It'll work for console as soon as cross trade fully releases, in my discord there are rewrites in other languages by other people that make it significantly easier to install
How long would you say you spent working on this project? Did you use chat gpt to help you with parts of the code? I don't think this is your first programming project, but what are some others you've made, if this isn't your first.
the JWT token for some reason isnt working, it shows an error for the listing of the item im trying to put up. whenever i try listing, the profile just shows up as blank "GET /v1/profile//orders HTTP/1.1" am i missing something?
localhost is created by the program and hosted on your pc. thats why it's called localhost. make sure you installed and ran the program correctly to fix the issue.
For anyone doing this with source, When inspecting, if their is no tab for storage, go to application, then cookies, and then follow the video from there
Life saver!!!
You probably won’t see this, but I noticed you stopped being active online and just wanted to say thank you for taking the time to explain your reasoning and thought process for the open sourcing of this project. You’ve made the Warframe community slightly better and I hope you get to do that for whatever community you’re a part of now.
The fact that you've made this free is honestly crazy, appreciate it very much
Thanks so much! Yep, much more rewarding to release something like this for free than charge for it.
don't share this video, because if everyone starts using it, it will stop being profitable
@@NeostormXLMAX You severely underestimate how lazy Warframe players are.
@@yelbuzz I’ve honestly just gotten into trading since starting the game in 2015 or 2016. Watch these videos has me so invested on how to make even more profit. Also mad love for making this free. U earned ur subscribe and likes 🙌🏽
This Guide is Incredible. Thank you for all the time and effort you put into teaching us how to use your program. I love everything about this and I look forward to any more videos you post. You are awesome.
This is nuts. I've thought about doing something similar in the past, but never loved WF's trading enough to do it.
Thank you!
this shit is insanely underrated, and I'm torn because while I hope you get the recognition you deserve for this, I also hope it continues to fly under the radar and keeps being insanely useful hahaha. great work man!
How you only have 1300~ subscribers is an absolute mystery to me. The content you've put out in your three videos so far has been absolutely nuts, and I feel like with this level of quality you should be at least in the hundred thousands. Keep up the good work- I really do look forward to hearing more from you, and I hope I can send you a coffee in the future :)
With how serious some people are about trading, its a bit suprising stuff like this hasnt been made or popularized sooner. Super cool stuff. Wonder if people will add on to it; could def see this turn into a community maintained tool.
Tons of people are adding onto it. I was also quite surprised but it was quite a bit of work to even get it more usable than manually handling buying and selling. Having it be community maintained would be pretty awesome.
Man i love your program! I downloaded the installer and set a webhook for discord and works grat. It made me do a lot of platinums and its all for your work.Thanks a lot!
Well done, this program is fire! I whish I continued to learn python
Never too late to pick it back up.
learn C or java, its far better and more versitile, python doesn't have any similar syntax sister languages except perhaps gdscript from godot engine.
c++ java c# uses quite similar syntax for example and thus easier to learn if you know the other.
Actually, the acronym is brilliant.
Glad you think so!
I'm so glad I can use this before it blows up or get patched 😆
Insane, good shit man.
Thank you!
I tried to explain this to my clan why I wanted to barrow 1000 plat suddenly like a starving Gambler and got kicked out unfortunately.
😆
Incredible content and walkthrough! Will definitely be giving it a shot
Could you do a tutorial how working with the API works?😊
If anyone is having issues cloning the file to downloads and has moved their download folder root to another drive, try opening powershell in you downloads folder instead by holding shift when you right click. it will add an option on the settings dropdown that will say "open windows powershell". Should work just fine.
-Running this, and all it does is post a buy request for a Lex Prime Set (1 platinum), and clear out all of my other buy/sell contracts.-
Never mind. It mostly works. When I try to save the settings (platinum caps, deviations, etc) from the page, the settings file nulls-out. I have to edit the settings file in notepad. But the parameters in general aren't very clear.
The log is just also suggesting that my "current (possibly hidden) listings are good" and I should make them public. I have no listings of that price, current or otherwise, hidden or otherwise.
Also, when I terminate it with CTRL+C, it pukes its guts up.
Generally, using this thing feels like a sink-or-swim situation where some of the buttons are loose and the interface is esoteric to anyone who hasn't ate-slept-breathed this thing for three weeks.
Good criticisms, the original video was honestly mostly to show off a cool thing I cooked in the basement with no super clear intentions for it to get nearly as popular as it did. I figured it would be mostly interesting to a small demographic of other hobbyist developers that would be able to chat with me in the discord and bounce ideas around, but it very quickly became overwhelmingly more popular than that and I got too burnt to keep up.
Other developers made related programs that I believe fix some of the issues you mentioned.
Thanks for watching :)
That's understandable.
Thank you for your efforts. What's here is workable.
Hey, now it's not 5AM and I'm not staring at this thing half-dead...
Can you explain these parameters a bit? Like, what's the difference between _Price Shift Threshold_ and _Range Threshold,_ and what does raising or lowering those numbers do? One of them is set to *-1,* does that mean that this parameter is ignored?
Do I set _Max Total Plat Cap_ to the total contents of my platinum wallet?
That acronym reminds me of the old B movie A.P.E., Attacking Primate MonstEr
How would this bot interacting with itself go (ie, what actually happens when there are multiple users)? iirc, the bot prices 1 under the current lowest sale price for a specific item, but only until it reaches the price you bought that item at. If this is the case, wouldnt a second user of the bot nearly immediately close the spread on any profitable items as they each compete to outprice the other one until they reach the price they paid for the item
gonna try it out. nice keyboard btw
i love the fact that you made this program free, i wouldn't be mad if you sell my information
Can't get docker to work but good job regardless
Even with this guide my ass whole fuck something up i swear lol
Thx, awesome vid! Can you make a vid explaining the technicals? How to trade profitable?
This is the error i get when working with the python container.
PermissionError: [Errno 13] Permission denied: 'inventory.db'
How to get SID for my solution. In CMD type: WHOAMI /USER
I get the install to work with docker, but on the web UI when I click buttons they don't do anything.
when i installed docker it said WSL kernel version too low? can someone help me please?
im having some trouble understanding how i really get it going. I had 176 plat to start with, and bought a molt augment. I put in the website that i purchased a molt augmented but not sure what to do next. its putting up WTBs on items i have no where near enough plat for and im not sure what to do here. A lotta complicated stuff in this that im somewhat confused on how to use. a video going over a tutorial on how to USE the software would be neato!
Bit late but as far as I can tell, the settings.json tell the Programm how much plat you currently got and what you plan on spending
I need some help, i have installed this 3 times in total but the forth one (now) isnt working when i try to enter the localhost:3000. It says "internal server error" did something happen? Is it not working now?
same here
have you found any solution?
@@АнтонСоколов-х7ъ i stopped searching so no i did not.
@@АнтонСоколов-х7ъ just use alecaframe
running these 3 commands fixed it for me:
docker-compose down
docker-compose build
docker-compose up
I dont have config.json for some reason after downloading it on commands pls help
Edit: nvm i found it but i followed all step n tried to run the app n the automatic order dont work 😢
I love the concept of this, however the discord link is unfortunately invalid now :/
WHY HAS IT BEEN NONSTOP TELLING ME TO BUY WOLF SLEDGESSSSSSSS T^T
what keyboard are you using? Sounds like some lubed switches =D
I got stucked in the running part with "python-app Pulling" not doing anything
i checked the discord, theres no real tutorial on how to use this. from what i can tell you have to manually put in what you want to buy, then sell it later after you buy it? pls help am very scared
holy fuck what keyboard do you use? it sounds heavenly
18:04 How long is this step supposed to take?
Like 3-5 minutes for me.
For some reason using docker, it only WTS and doesnt WTB any fixes?
How do you feel about digital extremes new third party software policies?
If I get banned I get banned, I still don't think mine is more rulebreaking than other third party apps so either way it comes down to how strictly they want to enforce it
@@yelbuzz So with it being almost a year later do you still use this? Did you end up with a ban (or warnings if DE does those)?
@@xDelta7x I didn't end up with a ban or warning, but I also haven't used it super recently. However, no one in the discord has reported being banned or gotten warnings for using it and it would be huge news if there was even a single case of that, so I think it's pretty safe.
Would you be accepting pushs and fixes to the git if it's something cool?
yep
How do you reset the inventory page after you hit buy?
When is a new video dropping?
I'm installing via source and have some issues. I'm up to installing pip reqs. and got the message that pip was not recognized as a command. in the echo %path% I noticed paths ending in python\python311\ and python311\scripts\ but not one with scripts\pip\ so I added it and restarted cmd. Unfortunately it didn't work and I'm now quite vexed.
The issue has been resolved. For whatever reason my file for the scripts folder in python was misspelled so I fixed that and deleted my addition to the path.
For some reason it suddenly got stuck to 5k max plat. Ive put it on 20000 but its not going above 5
Suffering from success
Hey, I was following the video and I got stuck after downloading docker. Every time I open it an error would pop up and says "Docker Desktop - WSL kernel version too low". Is there some way to fix this issue?
based
yuh
what version of dockers didnt ask for windows update? btw is it even that important
just fyi ... doesn't work if u have python 3.12 installed since it doesn't use distutils anymore and you just get a bunch of error messages trying to install the dependencies.
Does this work for us Console scrubs? Or is this a PC only type of thing? Don't want to waste my time attempting to install this program on my laptop and it not being able to read my console inventory, assuming thats how it works. Im not very bright, so i could be wrong.
It'll work for console as soon as cross trade fully releases, in my discord there are rewrites in other languages by other people that make it significantly easier to install
Welp Docker won't work xith me, getting errors messages after errors messages
I won't lie this is very tedious to download (source route and npm not installed)
if this gets an easier install process i'll definitely be installing
Im ps4/ps5 player id have to do it manually
Разве это не нарушает условия DE? Оо
U need to make an ios app for this
Rip Console😭
Do you think I could some how implement this on ps4
nice pp tho 👌
Dude, its crazy how programming can do this things. Time to learn some scripting 😅
Would this work for console trading?
How long would you say you spent working on this project?
Did you use chat gpt to help you with parts of the code?
I don't think this is your first programming project, but what are some others you've made, if this isn't your first.
Can i be ur steam friend, need more people to play warframe with, im an mr29 idc what we do mostly
the JWT token for some reason isnt working, it shows an error for the listing of the item im trying to put up. whenever i try listing, the profile just shows up as blank "GET /v1/profile//orders HTTP/1.1" am i missing something?
When is a new video dropping?
Has the localhost:3000 website been shutdown? it just says internal server error when i try it
localhost is created by the program and hosted on your pc. thats why it's called localhost. make sure you installed and ran the program correctly to fix the issue.