OwOHamper / Valorant-item-shop-discord-bot

Valorant-item-shop-discord-bot
41 stars 10 forks source link

account #1

Closed Maradan974 closed 3 years ago

Maradan974 commented 3 years ago

hey, is there a way to get the store for everyone not just the account i put in?

OwOHamper commented 3 years ago

No, unfortunately store uses in-game api which can only be accesed by JWT entitlement token, and Bearer token, and those you can get onyl by riot account username and password.

Maradan974 commented 3 years ago

I know I meant like they put their accounts too by logging in with the bot or something like that

OwOHamper commented 3 years ago

Sorry for late reply, but ye you could store everyone username passwords, however it's way to dangerous you can instead store the entitlements using cookies https://github.com/techchrism/riot-auth-test. If you want to make large-scale bot I wouldn't recommend mine but rewriting it.