TobiasPankner / Gleam-giveaway-bot

Python bot to automatically find and complete gleam giveaways.
GNU General Public License v3.0
90 stars 45 forks source link

Feature Request - DeathByCaptcha #23

Open Tracchy opened 2 years ago

Tracchy commented 2 years ago

Hello,

Sorry for using the issue form, I'm new to github. Just wanted to reach out and ask if it was ok to suggest a feature? Specifically the captcha's implemented and using the API (python) from Deathbycaptcha?

https://deathbycaptcha.com/api/hcaptcha

Thoughts?

TobiasPankner commented 2 years ago

Don't apologize, it's a good feature request. It would certainly work, however I am not really actively maintaining this bot anymore because it is quite alot of work and I don't have much time.
If anyone else wants to add this feature I am happy to merge it.
Thanks

Tracchy commented 2 years ago

Always appreciate your quick response and input! I've been trying to pick apart your work to learn python on my own but I just seem to lack what it takes. I'll see if I can find someone with an interest to maybe guide some light and I can share back with the others who use this bot.

Thanks!

TobiasPankner commented 2 years ago

My suggestion is to start on some smaller projects when learning python. Something like this (web automation) can be quite oberwhelming as it also requires knowledge of how webpages function.
Try to first learn about the basics and after that, start creating small programs yourself instead of just watching tutorials or read code. This is more fun and you'll learn more.

I don't think there really is a "what it takes", if you want to learn programming, you can.