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

Feat #30, Added progress bar feature #31

Closed
wants to merge 1 commit into from

Conversation

NabiKAZ
Copy link
Contributor

@NabiKAZ NabiKAZ commented Apr 25, 2022

More information here: #30

@Furry
Copy link
Owner

Furry commented Jun 19, 2022

Little late for the reply on this, I apologize. I didn't think this feature was in the scope of the initial project, as it didn't quite fit in with the current code base & I'm not too keen on adding new features to the current version either, as it's made with patch work.

That being said, https://github.com/Furry/2captcha/tree/next contains the rewrite of this project (as 2captcha has added tons of new features since I wrote this library 2 years ago that I haven't taken advantage of). The new version is using updated Node-Fetch, and is ESM only, most new features will be in that branch, and the main branch will just be maintained to insure it doesn't break. I did like the idea of a progress bar, so in the new version of the library I added a function that allows you to get a list of all outstanding captchas, which contains information regarding their creation time, & how many times they've been polled! An example of it working is here,

https://github.com/Furry/2captcha/blob/next/test/manual/viewPending.js

Using that new method (in the new incomplete next branch), a progress bar will be super easy to implement on your side.

@Furry Furry closed this Jun 19, 2022
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

Successfully merging this pull request may close these issues.

2 participants