twir
twir copied to clipboard
Twitch bot written in Golang and TypeScript.
Public page: - [ ] Public commands - [ ] Backend - [ ] Frontend - [ ] Public users - [x] Backend - [ ] Frontend - [ ]...
fixes #694 todo: - [ ] сделать табличку с историей использованных наград на канале. Думаю сделать эту табличку по /users, но сделать там вкладки, не уверен. - [ ] Сделать...
First need to done: - [x] commands-gql https://github.com/twirapp/twir/pull/711 - [x] keywords-gql - [x] greetings-gql. Because there is selector of values.
For example filter users which `messages` > 50
There is forms for create\edit existed items, but i have no idea where to place button for `create` item.
An example of what I mean can be found here: https://bot.gempir.com/rewards And here is the source code of this bot, if needed: https://github.com/gempir/gempbot
uuh ```gql query getAllIntegrations { lfmLoginLink: integrationsGetServiceAuthLink(service:LASTFM) lfm: integrationsGetData(service: LASTFM) { ...on IntegrationDataLastfm { username avatar } } vk: integrationsGetData(service: VK) { ...on IntegrationDataVk { username avatar } } valorant:...
This could be presented in a tabular format that can be filtered by selected awards.