GithubHelp home page GithubHelp logo

usmonster / emoji-master Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 0.0 732 KB

Emoji Master turns Slack "reacjis" into a passive competition! Who is the Emoji Master in *your* organization?

License: ISC License

JavaScript 82.18% Pug 17.82%
emoji emoji-master emojis hacktoberfest reacji slack slack-bot slackbot

emoji-master's People

Contributors

dependabot[bot] avatar tip-sy avatar usmonster avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

emoji-master's Issues

implement fairer scoring rules

To thwart or at least reduce reacji spam score-boosting tactics, scoring rules should be fairer by only counting players' highest or perhaps only the average reacji score per message.

limit leaderboard to active accounts by default

Only include users for whom this evaluates to true:

user.deleted === false && user.is_ultra_restricted === false && user.is_bot === false && user.is_app_user === false

If needed, maybe use a heuristic to avoid extra API calls, e.g.: is_inactive = user.real_name === user.display_name

Optionally add a parameter to include them in the leaderboard?

initialization should gather reacji data from "beginning of time"

The API limits us to 1000 messages per request, so maybe by specifying time bounds and slowly paging backwards through all messages we can count all points from.. gah I'm tired just writing this sentence, maybe this is a bad idea?

(Or maybe we should only look at the current calendar year, max?)

Allow per-channel leaderboards

Web: Show different channel leaderboards as tabs on the table, or just parse a channel parameter.
Bot command: response should be relative to the current channel (if public).

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.