Simple Telegram bot for Ink games.
- Register Telegram bot, as described here: https://core.telegram.org/bots
- Create app/token.json file with the following content:
{"token":"YOUR-BOT-TOKEN-STRING"}
- Place your game to the
app
folder asgame.ink.json
. - Run the bot:
npm start
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.