https://github.com/Luna-devv/mellow-a7s

Wamellow boat analytics (a7s) engine

https://github.com/Luna-devv/mellow-a7s

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.4%) to scientific vocabulary

Keywords

a7s analytics bot discord statistics
Last synced: 5 months ago · JSON representation

Repository

Wamellow boat analytics (a7s) engine

Basic Info
  • Host: GitHub
  • Owner: Luna-devv
  • Language: Go
  • Default Branch: v2
  • Homepage: https://wamellow.com
  • Size: 48.8 KB
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 1
  • Open Issues: 2
  • Releases: 0
Topics
a7s analytics bot discord statistics
Created about 2 years ago · Last pushed 8 months ago
Metadata Files
Readme

readme.md

ko-fi

⚠️ In development, breaking changes ⚠️

About

This is the analytics engine (v2) for the wamellow.com discord bot, tracking command usage by command name, tracking and users.

If you need help using this, join our Discord Server.

Setup

Create the following .env: ``` CLICKHOUSEUSER=analyticsuser CLICKHOUSEPASSWORD=yoursupersecretclickhouse_password

GRAFANAADMINUSER=admin GRAFANAADMINPASSWORD=yourgrafanaadmin_password

GRAFANAANONYMOUSACCESSENABLED=true GRAFANAANONYMOUSORGNAME=Wamellow GRAFANAANONYMOUSORG_ROLE=Viewer

API_TOKEN=secure ```

Owner

  • Name: Luna
  • Login: Luna-devv
  • Kind: user
  • Location: Austria
  • Company: In your walls

Some average female fullswag developer

GitHub Events

Total
  • Watch event: 1
  • Push event: 3
  • Fork event: 1
  • Create event: 2
Last Year
  • Watch event: 1
  • Push event: 3
  • Fork event: 1
  • Create event: 2

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 8
  • Total Committers: 1
  • Avg Commits per committer: 8.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Luna l****a@g****m 8

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 0
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (2)

Dependencies

Dockerfile docker
  • golang 1.21 build
docker-compose.yml docker
  • nekostic latest
go.mod go
  • github.com/cespare/xxhash/v2 v2.2.0
  • github.com/dgrijalva/jwt-go v3.2.0+incompatible
  • github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
  • github.com/go-co-op/gocron v1.36.0
  • github.com/google/uuid v1.4.0
  • github.com/joho/godotenv v1.5.1
  • github.com/labstack/echo v3.3.10+incompatible
  • github.com/labstack/echo/v4 v4.11.3
  • github.com/labstack/gommon v0.4.0
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.19
  • github.com/redis/go-redis/v9 v9.3.0
  • github.com/robfig/cron/v3 v3.0.1
  • github.com/valyala/bytebufferpool v1.0.0
  • github.com/valyala/fasttemplate v1.2.2
  • go.uber.org/atomic v1.9.0
  • golang.org/x/crypto v0.14.0
  • golang.org/x/net v0.17.0
  • golang.org/x/sys v0.13.0
  • golang.org/x/text v0.13.0
go.sum go
  • github.com/cespare/xxhash/v2 v2.2.0
  • github.com/creack/pty v1.1.9
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/dgrijalva/jwt-go v3.2.0+incompatible
  • github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
  • github.com/go-co-op/gocron v1.36.0
  • github.com/google/uuid v1.4.0
  • github.com/joho/godotenv v1.5.1
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pretty v0.2.1
  • github.com/kr/pretty v0.3.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/kr/text v0.2.0
  • github.com/labstack/echo v3.3.10+incompatible
  • github.com/labstack/echo/v4 v4.11.3
  • github.com/labstack/gommon v0.4.0
  • github.com/mattn/go-colorable v0.1.11
  • github.com/mattn/go-colorable v0.1.13
  • github.com/mattn/go-isatty v0.0.14
  • github.com/mattn/go-isatty v0.0.16
  • github.com/mattn/go-isatty v0.0.19
  • github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/redis/go-redis/v9 v9.3.0
  • github.com/robfig/cron/v3 v3.0.1
  • github.com/rogpeppe/go-internal v1.6.1
  • github.com/rogpeppe/go-internal v1.8.1
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/objx v0.4.0
  • github.com/stretchr/objx v0.5.0
  • github.com/stretchr/testify v1.3.0
  • github.com/stretchr/testify v1.7.0
  • github.com/stretchr/testify v1.7.1
  • github.com/stretchr/testify v1.8.0
  • github.com/stretchr/testify v1.8.2
  • github.com/valyala/bytebufferpool v1.0.0
  • github.com/valyala/fasttemplate v1.2.1
  • github.com/valyala/fasttemplate v1.2.2
  • go.uber.org/atomic v1.9.0
  • golang.org/x/crypto v0.14.0
  • golang.org/x/net v0.17.0
  • golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
  • golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6
  • golang.org/x/sys v0.0.0-20211103235746-7861aae1554b
  • golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
  • golang.org/x/sys v0.6.0
  • golang.org/x/sys v0.13.0
  • golang.org/x/text v0.13.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
  • gopkg.in/errgo.v2 v2.1.0
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
  • gopkg.in/yaml.v3 v3.0.1