Giter Club home page Giter Club logo

stevotvrbot's Introduction

StevoTVRBot

This application lives on my server to supply a custom API for the StreamElements chat bot on the StevoTVR Twitch channel. This allows us to add custom chat responses via the customapi variable.

Configuration

The configuration for the application is found in the src/inc/Config.php file (rename Config.php.example if installing fresh).

Option Description
DBHOST The hostname of the MySQL database server
DBUSER The name of the user to use for accessing the MySQL database
DBPASS The password for the user to use for accessing the MySQL database
DBNAME The name of the MySQL database
SECRET The secret string required by API requests
SE_CHANNEL_ID Your StreamElements channel ID*
SE_JWT_TOKEN The JWT token for your StreamElements channel*

* You can find your StreamElements channel ID (Account ID) and JWT Token from your StreamElements channels page (enable "Show secrets").

Implementation

Chat commands are implemented in the StreamElements chat bot using the ${customapi} variable. In the response string:

${customapi.https://<BASE_URL>/bot?input=${queryescape ${0:}}&user=${queryescape ${user}}&secret=<SECRET>}

Replace <SECRET> with the value of Config::SECRET. Since the secret is included in the URL, the chat commands must be hidden in public pages.

stevotvrbot's People

Contributors

stevotvr avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.