Kappador / salamoonder

API Wrapper for https://salamoonder.com
5 stars 0 forks source link

I have a some problems with the user creation on Twitch #1

Closed GameFather92 closed 5 months ago

GameFather92 commented 5 months ago

When I tried generate a new user on Twitch, with a custom username, the library response me that the username is use already but is not true, this is a problem and I think that the current validation is with 404 status but Twitch never will response with status 404, please I need an update to create users because is imposible with the current configuration.

When I try to create custom users, all of them are always answered by the API that are already in use. @Kappador

Kappador commented 5 months ago

Hey, there have been quite a lot of updates on https://salamoonder.com , but none of them affect this library. The library still works flawlessly on my end. Please add some code snippets so I can investigate this further and help you out.

Code_F9ptoBwiwE Code_HjNLn7rUtZ Code_QGBNq8z5E2

GameFather92 commented 5 months ago

Thank you for the responde, but your examples were with email, I need validate the username, is most important to me. Do you have any example with username? @Kappador

Kappador commented 5 months ago

https://salamoonder.com does not allow you to provide a username, only a email. (Documentation)

However you can make your own account generator with this library and salamoonder, by using the basic captcha solving. The library provides you with a quick and easy way to generate Passport Integrity Tokens, which can be used on https://passport.twitch.tv to register an account.

Example: Code_LaAVFfknuv This is just an example, obviously I don't have the exact request on hand.