the-marenga / sf-api

Manage Shakes & Fidget characters via simple commands. Handles encryption, response parsing and everything else for you
MIT License
15 stars 3 forks source link

Allow claiming of items from the ingame Mailbox #66

Closed alexb231 closed 3 months ago

alexb231 commented 3 months ago

Hey, so as of right now there is no way to use the API to claim items sent to the ingame Mailbox e.g. Twitch Drops, Gift Codes.

Would be nice to have that possibility as well.

Thanks a lot.

the-marenga commented 3 months ago

Thanks for mentioning gift codes! I always thought the only way to get items in the mailbox would be twitch drops and I never got any, so I could never parse them, or reverse engineer the command to claim them.

But yeah, gift codes seem to work, so I will get have a look at implementing that

alexb231 commented 3 months ago

Thanks for mentioning gift codes! I always thought the only way to get items in the mailbox would be twitch drops and I never got any, so I could never parse them, or reverse engineer the command to claim them.

But yeah, gift codes seem to work, so I will get have a look at implementing that

If it helps i can provide you an account with claimable drops.

the-marenga commented 3 months ago

If it helps i can provide you an account with claimable drops.

Thanks for the offer, but in this case I was able to reverse engineer everything by using my custom S&F server and modifying the values from the initial gift code item a bit:

grafik

Support for all of this should land on the main branch either today, or tomorrow. Might take a few more days, until that makes it to the official crates.io release.