/ink-telegram

Telegram bot for Ink games - proof-of-concept

Primary LanguageJavaScript

Ink-Telegram

Simple Telegram bot for Ink games.

Setup

  1. Register Telegram bot, as described here: https://core.telegram.org/bots
  2. Create app/token.json file with the following content:
{"token":"YOUR-BOT-TOKEN-STRING"}
  1. Place your game to the app folder as game.ink.json.
  2. Run the bot:
npm start

LICENSE

This snipped of code is distributed under MIT license.

Copyright (c) 2019 Serhii "techniX" Mozhaiskyi

inkjs is copyright (c) 2017 Yannick Lohse

Ink is copyright (c) 2017 inkle Ltd.