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

REQ: transfer multiple beers to untappd #3

Open
petterl opened this issue May 14, 2017 · 2 comments
Open

REQ: transfer multiple beers to untappd #3

petterl opened this issue May 14, 2017 · 2 comments

Comments

@petterl
Copy link

petterl commented May 14, 2017

Make it possible to transfer more than one beer to untappd, like a send queue or similar (to handle the ratelimit of 100/hour)

@jonpacker
Copy link
Owner

I really think this is far more trouble than it's worth. If you just check the beers in as you drink them you will not hit the ratelimit. While in theory a queue can work, you would probably have to use a ServiceWorker to do it properly - after you get rate limited, the user is not going to sit there with their browser open for an hour. So you'd have to wait until the next time they open the page. This is messy, imo.

@petterl
Copy link
Author

petterl commented May 30, 2017

Well one way is just have the possibilty to commit "all rated beers" to untappd. If it fails with ratelimiter it should just stop. The user can click again in an hour if they want to.

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

No branches or pull requests

2 participants