Skip to content
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

Open
kiddkrypto opened this issue Dec 17, 2021 · 8 comments
Open

Adding New Feature: Future Auto Start #63

kiddkrypto opened this issue Dec 17, 2021 · 8 comments
Labels
enhancement New feature or request

Comments

@kiddkrypto
Copy link

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?

@samc621
Copy link
Owner

samc621 commented Dec 17, 2021

@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.

@kiddkrypto
Copy link
Author

@samc621 also how can I set this app up to buy in bulk?

@samc621
Copy link
Owner

samc621 commented Dec 22, 2021

@kiddkrypto you can create a Task for each order you want to create. So you can supply a different billing address, shipping address, and payment method for each.

@kiddkrypto
Copy link
Author

@samc621 can you do multiple sizes in one task?

@samc621
Copy link
Owner

samc621 commented Dec 23, 2021

@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.

@samc621 samc621 added the enhancement New feature or request label Apr 1, 2022
@abhingupta
Copy link

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?

---- Hey man, can you help me with how to run this code? Trying to buy one of the drops for my nephew. TIA

@samc621
Copy link
Owner

samc621 commented Apr 12, 2022

@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.

@abhingupta
Copy link

@samc621 Thanks, Sam! figured it out! Thank you. I am also running into the CORS issue that's already reported as a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants