PhoenixBot
PhoenixBot copied to clipboard
Phoenix Bot - A Bird Bot Resurrection
# Expected Behavior walmart.py should only consider "add to cart" if the item is actually on stock. # Actual Behaviour On line 69 you have: `if "add to cart" in...
# Summary Currently, our system does not have the ability to automate a checkout procedure for NewEgg. NewEgg may require an account login in order to complete a successful checkout....
# Summary It would be nice if the bot supported a logged in account and not just Guest checkout (which I can't even get to work because Walmart forces me...
# Summary The current solution does not have any Amazon functionality. This would be beneficial to implement prior to the incoming stock coming from Playstation[[1]](https://twitter.com/PlayStation/status/1331583421668319234?s=20). The community could benefit from...
Trying this on a mac and cant get it working.... I'm a front end developer so this is beyond me a bit... error: ``` ~/Documents/PhoenixBot master* ❯ python3 app.py Traceback...
Providing an option to start tasks on launch or to run a a specific time would allow the program to maintain minimal uptime for if/when drops are announced. PhoenixBot can...
# Summary Currently, our system does not have the ability to automate a checkout procedure for Kohls. Kohls requires an account login in order to complete a successful checkout. There's...
# Summary As it stands today we launch different selenium browser instances for different parts of a given task (usually captcha checking). I think it would be preferable to have...
# Summary We want to continuously monitor websites for whether a product is in stock or not. This functionality already exists in the bot via the monitor function of site...