Xhrbes / PTCGO-Code-Checker

Mass verify hundreds of PTCGO (Pokemon TCG Online) codes at once using this request based checker.
MIT License
3 stars 0 forks source link

googlekey #1

Open Clarary opened 2 years ago

Clarary commented 2 years ago

Hi, First, thnak you for your nice project. It's a really good thing for PTCGO players. It seems that you used google reCAPTCHA for this project. But when I tried to use my own reCAPTCHA sitekey, it gives me {'recaptcha_error': 'This field is required.'}. Could you please share which google reCAPTCHA service you use? Thank you very much.

Xhrbes commented 2 years ago

Hello Clarary! First of all I appreciate your interest in my project :). It was a small side project that turned out to somewhat work so I uploaded it to GitHub for others to use.

As per your initial request, google reCAPTCHA services that I recommend are 2captcha & CapMonster. There are many out there but those two are the most popular. You just need to create your account, load funds, and connect the API key they give you into this project's source code. These services are quite cheap so don't load too much credit as you'll have a hard time burning it.

I'll also be releasing an updated version of this project with better functionality/efficiency in the upcoming days. The plan is to fully integrate Discord webhook functionality, improve the captcha solving approach, and add support to mass import codes from code scanning apps such as Pokellector etc. I will also possibly look into an auto claimer of some sorts, I can't promise this feature but I will definitely be improving this project. I currently don't have an ETA on this but I should have it ready in a couple days pending circumstances.

If you have any additional suggestions for addons to this project or questions that are related feel free to reach out again. - Xhrbes

mmliao commented 2 years ago

Can you provide some instructions for a non-technical user on how I can install this?

Xhrbes commented 2 years ago

Hello @mmliao, currently there are only two ways on how you would be able to run this. You need to download a code editor (Visual Studio, Sublime, Atom, etc) and my the source code from GitHub. You may have to download python as well (not quite sure about this).

After completing the steps above, you have one of two options; Run the file through the code editor directly and edit in your details OR edit the file in the code editor and run the files through your devices command line. If you have python on your device you can run the file directly through there as well. This is unfortunately not a complied program so it cannot be run just after downloading.

It may be too much for a non-technical user but there are lots of resources online that can facilitate the process. If you need any help along the way feel free to reach out whenever. Most likely than not I will be updating this older version into a more streamlined commercial use software for more users to utilize. I'll be opening a discord server dedicated to this software, and once everything has been set up I will gladly share the link. - Xhrbes