Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 417 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 417 Bytes

tnw

get fresh autistic jokes right in your telegram

Installation

Clone https://github.com/border-radius/tnw repo and install dependencies with npm install.

Create config.json like this:

{
  "mongodb": "mongodb://localhost/tnw",
  "token": "telegram_bot_token",
  "bnwtoken": "bnw_bot_token",
  "blacklist": [],
  "options": {
    "polling": 5
  }
}

Launch with node index or npm start