Giter Site home page Giter Site logo

panpawn / github-bot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kamilaborowska/github-bot-legacy

0.0 1.0 0.0 141 KB

Bot used to report GitHub changes on Pokemon Showdown chatrooms

License: MIT License

JavaScript 20.64% TypeScript 79.36%

github-bot's Introduction

GitHub Bot

This bot receives commit data from GitHub, and posts in the Showdown chat, with the option of a Discord server.

It can be configured using npm config set psdevbot:PROPERTY_NAME. There are properties that can be configured for a bot.

  • nickname - specifies nickname used for the bot on Showdown
  • password - specifies password of given account
  • room - specifies room to join
  • secret - secret specified during webhook creation. To generate one, use ruby -rsecurerandom -e 'puts SecureRandom.hex(20)' command.
  • webhookport - port on which bot listens (default 3420)
  • server - server address (default sim.smogon.com)
  • serverport - server port (default 8000)
  • serverid - server identifier used for logins (default showdown)
  • token - token used to login to discord

To set repository to trigger bot, access settings panel, pick "Webhooks & Services", select "Add webhook", set payload URL to http://bot-hosting-url.example:3420/github/callback, leave content type as application/json, set secret to specified value, and pick "Push" and "Pull Request" events as events to react to.

To run the bot, use npm start.

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.