koalagochi icon indicating copy to clipboard operation
koalagochi copied to clipboard

An online tamagochi based on a koala intended to be used as a telegram bot

#Koalagochi

:koala: An online tamagochi based on a koala intended to use as a telegram bot

Usage

  • [x] Create a telegram bot
  • [x] Set the token with an environtment variable BOT_TOKEN

Alternatively you can create a file key.json and write your key in json format:

{
    "key" : "my token"
}

Install node packages with npm:

npm install

Start the bot by npm:

npm start

navigate to your telegram bot url like this: http://telegram.com/your_bot_url

Contribute

Distributed under the GNU GENERAL PUBLIC LICENSE. See LICENSE for more information.