Website that counts the usage of emotes. Analyses the stream by pogness and 5headness...
By entering a streamer's username, a tmi.js client will enter the chat and count the amount of emotes that are recognized by my code:
- pog, poggers
- lul, lol
- 4head, 5head
Then the website will display the amount of each category and give a ratio. When changing the streamer, the count object gets reset and will diconnect from the previous channel and enters the new chat.
- https://github.com/tmijs/tmi.js - To listen to chat.
- Get connection to chat.
- Listen to emotes and count them (ONCE per message)
- Show ratio of emotes.
- Give feedback to streamer (Nice little sentence/ funny comment).
Small little project powered by the folks @ tmi.js