Git Product home page Git Product logo

the-overseer-backend's Introduction

The Overseer (Backend)

This repository contains the source for @TheOverseer, the analytics bot at Hack Club.

The Overseer is split into

  • The Backend (This) -- A script that runs on the hour and computes Analytics
  • The Frontend -- Listeners for the bot's slash commands and channel-join events

Running

To compute analytics manually, run

yarn start

This produces

  • 20.json - A sorted array containing the top 20 most active members, names-only
  • results.json - A sorted array containing all the members, sorted by how active they are. IDs-only

Example contents of 20.json:

[
  ["USERNAME1", 500]
  ["USERNAME2", 250],
  ["USERNAME3", 50],
  // ...
]

Example contents of results.json:

[
  ["USERID1", 500]
  ["USERID2", 250],
  ["USERID3", 50],
  // ...
]

the-overseer-backend's People

Contributors

dependabot[bot] avatar jasonappah avatar khrj avatar renovate-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

the-overseer-backend's Issues

Dependency Dashboard

This issue contains a list of Renovate updates and their statuses.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • Lock file maintenance all dependencies (non-major) (undefined, @prisma/cli, @prisma/client, @types/node, dev-drprasad/delete-tag-and-release, nodemon)

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.


  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.