-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding New Feature: Future Auto Start #63
Comments
@kiddkrypto that's a great suggestion and something I've planned to add at some point when I find time. We can allow the user to set a start date/time for the task and then use something like node-schedule to schedule its execution. If you or anyone else feels led to add such a feature, please feel free to submit a Pull Request and I will happy review/merge it. |
@samc621 also how can I set this app up to buy in bulk? |
@kiddkrypto you can create a |
@samc621 can you do multiple sizes in one task? |
@kiddkrypto no you cannot, each task is designed to order a single item. So if you want 2 sizes of a shoe, create two tasks. I recommend checking out the API docs/DB schema. |
---- Hey man, can you help me with how to run this code? Trying to buy one of the drops for my nephew. TIA |
@abhingupta have you followed the instructions in the README? You will need to create tasks either directly in the DB or via the API. And then you can start a task from the API, or from the command line. |
@samc621 Thanks, Sam! figured it out! Thank you. I am also running into the CORS issue that's already reported as a bug. |
I got the app to work and does a great job so far from what i see. I have been able to buy anything but i noticed i will have to be at my computer when a shoe drops in order to get a chance to get them. is there a way we can schedule these tasks?
The text was updated successfully, but these errors were encountered: