Giter VIP home page Giter VIP logo

corncierge's People

Contributors

ckohen avatar dependabot[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar

corncierge's Issues

Make custom variables for IRC Commands

Allow irc commands to have a custom variables and provide a built in command to set variables

  • Make method of a command settable
  • Allow changing required user level of locked commands
  • Add database table for variables
  • Limit variables to 25
  • Add command to add, remove, and set variables, discord and IRC
  • IRC variable command adapts input and runs discord command
  • Add auto replacement for {var-}
    - [ ] Output an error when the variable hasn't been created or set

Reevaluate and add logging everywhere

Logging is inconsistent and debug level is not currently very helpful
For reference:
Info should log when major events happen
Debug should log when things are happening
Verbose should log things that happen that clutter console

  • Look through all log calls and change level to be more appropriate
  • Go through each file and add debug / verbose logging

Update to twitch helix API

Twitch API v5 is deprecated. While all features of the old API are not supported yet, none of the missing ones are being used.

API Changes

  • Authentication for all endpoints
  • Rate limits
  • Endpoints changed
  • Data models changed

Suggested Local Changes

  • Use https for HTTPManager
  • Add redirectURI
  • Create a webpage for successful token get
  • Handle receiving codes from twitch
  • Add database for user => code, access, refresh

Switch from http to https

Improve security and add support for future https only things.

  • Add import
  • Add ssl certificate support (device backend)
  • Fallback to http if key not present
  • add option for https

Restructure config to be one file (constants)

config is a bit messy, most of the config will be constant anyways, including those pulled from .env

  • combine all files into constants
  • provide a way to change options via ApplicationOptions
  • validate options that aren't validated by deps
  • restructure application options in validation to be useable in application
  • change currently passed options to new ApplicationOptions structure
  • change to new options where necessary
  • document these changes

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.