Danil Lukinykh
Danil Lukinykh
During watching PUBG pro players streams I realized that tons of people asking about their stats, so I decided to add integration with [API](https://developer.pubg.com/). It has low limits (10 per...
There is giveaways implementation with good foundation for future. List of features: 1. Required min messages, watch time. 2. Additional luck for subscribers and followers. 3. Multiple giveaways for one...
I think giveaways functionality will be useful for this bot. I want to make it pretty similar to Nightbot gw. But more configurable. For example, I want to add ability...
```typescript describe("getEpisode", async () => { test("returns an episode object", async () => { const episode_id = "123"; const market = "EN" as Market; const spotify_episode_response = { description: "A...
This will be good beginning to fix #106 I decided to use asynq and Redis as message queue because of good performance, persistent, easy to implement retries with delay and...
Idea is to detect exponential increasing viewers count, because in this time usually something important or just funny, happening on stream. Of course it is must be configurable to any...