kognise / among-js

An Among Us client written in TypeScript
among-js-docs.vercel.app
Other
114 stars 11 forks source link

collect room data among us #6

Closed nexusprime-here closed 3 years ago

nexusprime-here commented 3 years ago

I wanted to collect data from the room without connecting to it, so as not to take up space, is there a way? the most accurate data is whether the players are discussing and which players are dead, knowing who killed that player and whether the player won the game would also be cool. I'm asking here because I didn't understand much about your apis, I tried several things and I couldn't

kognise commented 3 years ago

This is not possible. Not an issue with my library, just the Among Us protocol. If you want to get room data, you gotta be more creative - I figured it out!

On Tue, Nov 17, 2020, 8:59 AM XNexusPrimeX notifications@github.com wrote:

I wanted to collect data from the room without connecting to it, so as not to take up space, is there a way? the data I need most is to know if the players are under discussion, and which players are dead, knowing who killed that player would also be cool. I'm asking here because I didn't understand much about your apis, I tried several things and I couldn't

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kognise/among-js/issues/6, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKEVYGL67PJ6QHTZJ57YDHLSQJ6UNANCNFSM4TYTL23A .

nexusprime-here commented 3 years ago

This is not possible. Not an issue with my library, just the Among Us protocol. If you want to get room data, you gotta be more creative - I figured it out! On Tue, Nov 17, 2020, 8:59 AM XNexusPrimeX @.***> wrote: I wanted to collect data from the room without connecting to it, so as not to take up space, is there a way? the data I need most is to know if the players are under discussion, and which players are dead, knowing who killed that player would also be cool. I'm asking here because I didn't understand much about your apis, I tried several things and I couldn't — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#6>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKEVYGL67PJ6QHTZJ57YDHLSQJ6UNANCNFSM4TYTL23A .

sorry, I didn’t mean it’s a problem in your library, the problem even though I didn’t make it very clear is that it’s difficult to understand your library, there’s nothing very clear about how to use it .. But anyway, you said you found a way, could you help me by giving me a hint on how to get this data? would you make my day very happy!