Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 879 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 879 Bytes

UNO Bot

Powered by Replikit CodeFactor

Telegram Bot that allows you to play the popular card game UNO via inline queries

Inspired by https://github.com/jh0ker/mau_mau_bot

Requirements:

  • NodeJS (tested with 12.16.3)
  • NPM or Yarn

Setup

Rename .env.example to .env and specify settings

Installation

git clone https://github.com/alexthvest/uno_bot.git
сd path/to/project

yarn // or npm install
yarn dev // or npm run dev

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.